01J6B058G4B7N9HMKSTBBAQZRA: 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: 01J6B05VVF1YZB59DHWN6QDF3G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-27T22:45:15.991Zjob assigned to worker 01J6B063BHJ6KFBKXKRY25F832 (queued for 55 s)
 
22024-08-27T22:45:23.783Zstarting task 0: "setup"
32024-08-27T22:45:23.803Z++ uname -s
42024-08-27T22:45:23.803Z+ kern=SunOS
52024-08-27T22:45:23.803Z+ case "$kern" in
62024-08-27T22:45:23.803Z+ groupadd -g 12345 build
72024-08-27T22:45:23.803Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-27T22:45:25.793Z+ zfs create -o mountpoint=/work rpool/work
92024-08-27T22:45:25.856Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-27T22:45:25.859Z+ home_fs=zfs
112024-08-27T22:45:25.859Z+ [[ zfs == autofs ]]
122024-08-27T22:45:25.859Z+ mkdir -p /home/build
132024-08-27T22:45:25.861Z+ chown build:build /home/build /work
142024-08-27T22:45:27.863Z+ chmod 0700 /home/build /work
152024-08-27T22:45:27.866Zprocess exited: duration 4096 ms, exit code 0
 
162024-08-27T22:45:27.872Zstarting task 1: "rust-toolchain"
172024-08-27T22:45:27.878Z+ printf ' * toolchain channel = "%s"
182024-08-27T22:45:27.878Z' 1.80.1
192024-08-27T22:45:27.878Z+ printf ' * toolchain profile = "%s"
202024-08-27T22:45:27.878Z' default
212024-08-27T22:45:27.878Z * toolchain channel = "1.80.1"
222024-08-27T22:45:27.878Z * toolchain profile = "default"
232024-08-27T22:45:27.880Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-27T22:45:27.881Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-27T22:45:27.984Zinfo: downloading installer
262024-08-27T22:45:29.141Zinfo: profile set to 'default'
272024-08-27T22:45:29.141Zinfo: default host triple is x86_64-unknown-illumos
282024-08-27T22:45:29.144Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-27T22:45:29.302Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-27T22:45:29.303Zinfo: downloading component 'cargo'
312024-08-27T22:45:30.128Zinfo: downloading component 'clippy'
322024-08-27T22:45:30.421Zinfo: downloading component 'rust-docs'
332024-08-27T22:45:31.596Zinfo: downloading component 'rust-std'
342024-08-27T22:45:33.236Zinfo: downloading component 'rustc'
352024-08-27T22:45:37.746Zinfo: downloading component 'rustfmt'
362024-08-27T22:45:37.987Zinfo: installing component 'cargo'
372024-08-27T22:45:38.827Zinfo: installing component 'clippy'
382024-08-27T22:45:39.197Zinfo: installing component 'rust-docs'
392024-08-27T22:45:40.856Zinfo: installing component 'rust-std'
402024-08-27T22:45:42.559Zinfo: installing component 'rustc'
412024-08-27T22:45:46.805Zinfo: installing component 'rustfmt'
422024-08-27T22:45:47.145Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-27T22:45:47.145Z
442024-08-27T22:45:47.397Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-27T22:45:47.397Z
462024-08-27T22:45:47.401Z
472024-08-27T22:45:47.401ZRust is installed now. Great!
482024-08-27T22:45:47.401Z
492024-08-27T22:45:47.401ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-27T22:45:47.401Zenvironment variable. This has not been done automatically.
512024-08-27T22:45:47.401Z
522024-08-27T22:45:47.401ZTo configure your current shell, you need to source
532024-08-27T22:45:47.401Zthe corresponding env file under $HOME/.cargo.
542024-08-27T22:45:47.401Z
552024-08-27T22:45:47.401ZThis is usually done by running one of the following (note the leading DOT):
562024-08-27T22:45:47.401Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-27T22:45:47.401Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-27T22:45:47.453Z+ rustc --version
592024-08-27T22:45:47.514Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-27T22:45:47.519Zprocess exited: duration 19641 ms, exit code 0
 
612024-08-27T22:45:47.525Zstarting task 2: "authentication"
622024-08-27T22:45:47.546Zprocess exited: duration 20 ms, exit code 0
 
632024-08-27T22:45:47.552Zstarting task 3: "clone repository"
642024-08-27T22:45:47.557Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-27T22:45:47.560Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-27T22:45:47.594ZCloning into '/work/oxidecomputer/omicron'...
672024-08-27T22:45:53.672Z+ cd /work/oxidecomputer/omicron
682024-08-27T22:45:53.675Z+ git fetch origin 665bcc17746e2c722c565bbc0b888c95e7649786
692024-08-27T22:45:53.953ZFrom https://github.com/oxidecomputer/omicron
702024-08-27T22:45:53.953Z * branch 665bcc17746e2c722c565bbc0b888c95e7649786 -> FETCH_HEAD
712024-08-27T22:45:53.962Z+ [[ -n dap/drafts/reconfigurator-tests ]]
722024-08-27T22:45:53.965Z++ git branch --show-current
732024-08-27T22:45:53.969Z+ current=main
742024-08-27T22:45:53.969Z+ [[ main != dap/drafts/reconfigurator-tests ]]
752024-08-27T22:45:53.969Z+ git branch -f dap/drafts/reconfigurator-tests 665bcc17746e2c722c565bbc0b888c95e7649786
762024-08-27T22:45:53.972Z+ git checkout -f dap/drafts/reconfigurator-tests
772024-08-27T22:45:54.121ZSwitched to branch 'dap/drafts/reconfigurator-tests'
782024-08-27T22:45:54.124Z+ git reset --hard 665bcc17746e2c722c565bbc0b888c95e7649786
792024-08-27T22:45:54.269ZHEAD is now at 665bcc177 rustfmt
802024-08-27T22:45:54.273Zprocess exited: duration 6718 ms, exit code 0
 
812024-08-27T22:45:54.291Zstarting task 4: "build"
822024-08-27T22:45:54.296Z+ cargo --version
832024-08-27T22:45:54.344Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-27T22:45:54.347Z+ rustc --version
852024-08-27T22:45:54.402Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-27T22:45:54.405Z+ WORK=/work
872024-08-27T22:45:54.405Z+ pfexec mkdir -p /work
882024-08-27T22:45:54.410Z+ pfexec chown build /work
892024-08-27T22:45:54.413Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-08-27T22:45:58.898Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-08-27T22:46:01.218Z Startup: Caching catalogs ... Done
922024-08-27T22:46:03.166ZPlanning: Solver setup ... Done (1.390s)
932024-08-27T22:46:03.188ZPlanning: Running solver ... Done (0.022s)
942024-08-27T22:46:03.230ZPlanning: Finding local manifests ... Done (0.004s)
952024-08-27T22:46:03.671ZPlanning: Fetching manifests: 0/5 0% complete
962024-08-27T22:46:04.729ZPlanning: Fetching manifests: 5/5 100% complete
972024-08-27T22:46:04.829ZPlanning: Package planning ... Done (0.100s)
982024-08-27T22:46:04.884ZPlanning: Merging actions ... Done (0.055s)
992024-08-27T22:46:05.097ZPlanning: Checking for conflicting actions ... Done (0.211s)
1002024-08-27T22:46:07.069ZPlanning: Consolidating action changes ... Done (1.973s)
1012024-08-27T22:46:07.531ZPlanning: Evaluating mediators ... Done (0.429s)
1022024-08-27T22:46:07.579ZPlanning: Planning completed in 6.29 seconds
1032024-08-27T22:46:07.595Z Packages to install: 4
1042024-08-27T22:46:07.595Z Packages to update: 1
1052024-08-27T22:46:07.600Z Mediators to change: 2
1062024-08-27T22:46:07.600Z Services to change: 1
1072024-08-27T22:46:07.600Z Estimated space available: 155.72 GB
1082024-08-27T22:46:07.600ZEstimated space to be consumed: 1.53 GB
1092024-08-27T22:46:07.600Z Create boot environment: No
1102024-08-27T22:46:07.600ZCreate backup boot environment: Yes
1112024-08-27T22:46:07.600Z Rebuild boot archive: No
1122024-08-27T22:46:07.600Z
1132024-08-27T22:46:07.600ZChanged mediators:
1142024-08-27T22:46:07.600Z mediator clang:
1152024-08-27T22:46:07.600Z version: None -> 15 (system default)
1162024-08-27T22:46:07.600Z
1172024-08-27T22:46:07.600Z mediator llvm:
1182024-08-27T22:46:07.600Z version: 14 (system default) -> 15 (system default)
1192024-08-27T22:46:07.600Z
1202024-08-27T22:46:07.600ZChanged packages:
1212024-08-27T22:46:07.600Zhelios-dev
1222024-08-27T22:46:07.600Z developer/build-essential
1232024-08-27T22:46:07.600Z None -> 11-2.0
1242024-08-27T22:46:07.600Z library/libxmlsec1
1252024-08-27T22:46:07.600Z None -> 1.2.35-2.0
1262024-08-27T22:46:07.600Z ooce/developer/clang-15
1272024-08-27T22:46:07.600Z None -> 15.0.7-2.0
1282024-08-27T22:46:07.600Z ooce/developer/llvm-15
1292024-08-27T22:46:07.600Z None -> 15.0.7-2.0
1302024-08-27T22:46:07.601Z package/pkg
1312024-08-27T22:46:07.601Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1322024-08-27T22:46:07.601Z
1332024-08-27T22:46:07.601ZServices:
1342024-08-27T22:46:07.601Z restart_fmri:
1352024-08-27T22:46:07.601Z svc:/system/update-man-index:default
1362024-08-27T22:46:07.601Z
1372024-08-27T22:46:07.601ZEditable files to change:
1382024-08-27T22:46:07.601Z Update:
1392024-08-27T22:46:07.601Z usr/share/lib/pkg/web/config.shtml
1402024-08-27T22:46:07.676Z
1412024-08-27T22:46:07.676ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1422024-08-27T22:46:15.412ZDownload: 252/4281 items 1.5/220.6MB 0% complete (332k/s)
1432024-08-27T22:46:17.773ZDownload: 655/4281 items 18.0/220.6MB 8% complete (1.8M/s)
1442024-08-27T22:46:22.830ZDownload: 1192/4281 items 83.0/220.6MB 37% complete (8.1M/s)
1452024-08-27T22:46:36.984ZDownload: 1197/4281 items 83.5/220.6MB 37% complete
1462024-08-27T22:46:41.988ZDownload: 2237/4281 items 119.5/220.6MB 54% complete (7.2M/s)
1472024-08-27T22:46:46.990ZDownload: 3268/4281 items 209.9/220.6MB 95% complete (12.7M/s)
1482024-08-27T22:46:52.805ZDownload: 3288/4281 items 212.6/220.6MB 96% complete (10.4M/s)
1492024-08-27T22:46:58.925ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (1.7M/s)
1502024-08-27T22:46:59.029ZDownload: Completed 220.60 MB in 51.34 seconds (4.3M/s)
1512024-08-27T22:47:01.049Z Actions: 1/5063 actions (Removing old actions)
1522024-08-27T22:47:01.070Z Actions: 194/5063 actions (Installing new actions)
1532024-08-27T22:47:05.762Z Actions: 4226/5063 actions (Updating modified actions)
1542024-08-27T22:47:06.077Z Actions: Completed 5063 actions in 5.03 seconds.
1552024-08-27T22:47:06.366Z Done (0.280s)
1562024-08-27T22:47:06.370Z Done (0.000s)
1572024-08-27T22:47:06.752Z Done (0.382s)
1582024-08-27T22:47:11.125Z Done (4.200s)
1592024-08-27T22:47:11.214Z Done (0.017s)
1602024-08-27T22:47:11.220Z Done (0.000s)
1612024-08-27T22:47:11.389Z Done (0.000s)
1622024-08-27T22:47:11.978ZPlanning: Evaluating mediator changes ... Done
1632024-08-27T22:47:12.140ZPlanning: Checking for conflicting actions ... Done
1642024-08-27T22:47:12.151ZPlanning: Consolidating action changes ... Done
1652024-08-27T22:47:12.415ZPlanning: Evaluating mediators ... Done
1662024-08-27T22:47:12.424ZPlanning: Planning completed in 0.44 seconds
1672024-08-27T22:47:12.462Z Mediators to change: 2
1682024-08-27T22:47:12.476Z Create boot environment: No
1692024-08-27T22:47:12.476ZCreate backup boot environment: No
1702024-08-27T22:47:12.534Z Done
1712024-08-27T22:47:12.534Z Done
1722024-08-27T22:47:15.875Z Done
1732024-08-27T22:47:16.401Z Done
1742024-08-27T22:47:16.505Z Done
1752024-08-27T22:47:16.510Z Done
1762024-08-27T22:47:16.782Z Done
1772024-08-27T22:47:17.396ZPlanning: Evaluating mediator changes ... Done
1782024-08-27T22:47:17.399ZPlanning: Merging actions ... Done
1792024-08-27T22:47:17.586ZPlanning: Checking for conflicting actions ... Done
1802024-08-27T22:47:17.589ZPlanning: Consolidating action changes ... Done
1812024-08-27T22:47:17.856ZPlanning: Evaluating mediators ... Done
1822024-08-27T22:47:17.906ZPlanning: Planning completed in 0.75 seconds
1832024-08-27T22:47:17.947Z Packages to change: 1
1842024-08-27T22:47:17.947Z Mediators to change: 1
1852024-08-27T22:47:17.955Z Services to change: 1
1862024-08-27T22:47:17.955Z Create boot environment: No
1872024-08-27T22:47:17.955ZCreate backup boot environment: Yes
1882024-08-27T22:47:19.811Z Actions: 1/6 actions (Updating modified actions)
1892024-08-27T22:47:19.814Z Actions: Completed 6 actions in 0.00 seconds.
1902024-08-27T22:47:19.814Z Done
1912024-08-27T22:47:19.814Z Done
1922024-08-27T22:47:19.896Z Done
1932024-08-27T22:47:23.499Z Done
1942024-08-27T22:47:23.590Z Done
1952024-08-27T22:47:23.593Z Done
1962024-08-27T22:47:23.731Z Done
1972024-08-27T22:47:24.168ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-08-27T22:47:24.168Zclang system 15 system
1992024-08-27T22:47:24.168Zcsh system system illumos
2002024-08-27T22:47:24.168Zctags system system illumos
2012024-08-27T22:47:24.169Zgcc vendor 12 vendor
2022024-08-27T22:47:24.169Zgcc system 10 system
2032024-08-27T22:47:24.169Zgcc system 7 system
2042024-08-27T22:47:24.169Zgo system 1.20 system
2052024-08-27T22:47:24.169Zgo system 1.19 system
2062024-08-27T22:47:24.169Zllvm system 15 system
2072024-08-27T22:47:24.169Zllvm system 14 system
2082024-08-27T22:47:24.169Zmariadb system 10.6 system
2092024-08-27T22:47:24.169Zmta vendor vendor dma
2102024-08-27T22:47:24.169Zopenjdk system 17 system
2112024-08-27T22:47:24.169Zopenjdk system 11 system
2122024-08-27T22:47:24.169Zopenjdk system 1.8 system
2132024-08-27T22:47:24.169Zopenssl vendor 3 vendor
2142024-08-27T22:47:24.169Zperl system 5.36 system
2152024-08-27T22:47:24.169Zpostgresql system 15 system
2162024-08-27T22:47:24.169Zpostgresql system 13 system
2172024-08-27T22:47:24.170Zpython vendor 3 vendor
2182024-08-27T22:47:24.170Zpython system 2 system
2192024-08-27T22:47:24.170Zpython3 system 3.11 system
2202024-08-27T22:47:24.170Zruby system 3.0 system
2212024-08-27T22:47:24.170Zwords vendor vendor american-english
2222024-08-27T22:47:24.170Zwords system system australian-english
2232024-08-27T22:47:24.170Zwords system system british-english
2242024-08-27T22:47:24.170Zwords system system canadian-english
2252024-08-27T22:47:24.170Zwords system system french
2262024-08-27T22:47:24.170Zwords system system italian
2272024-08-27T22:47:24.170Zwords system system ngerman
2282024-08-27T22:47:24.170Zwords system system ogerman
2292024-08-27T22:47:24.170Zwords system system spanish
2302024-08-27T22:47:24.492ZPUBLISHER TYPE STATUS P LOCATION
2312024-08-27T22:47:24.492Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-08-27T22:47:26.261ZFMRI IFO
2332024-08-27T22:47:26.261Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-08-27T22:47:26.261Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-08-27T22:47:26.261Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-08-27T22:47:26.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-08-27T22:47:26.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-08-27T22:47:26.261Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-08-27T22:47:26.261Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2402024-08-27T22:47:26.261Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2412024-08-27T22:47:26.261Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422024-08-27T22:47:26.261Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-08-27T22:47:26.261Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-08-27T22:47:26.261Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2452024-08-27T22:47:26.261Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2462024-08-27T22:47:26.864Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472024-08-27T22:47:27.082Z Updating git repository `https://github.com/oxidecomputer/zone`
2482024-08-27T22:47:27.331Z Updating crates.io index
2492024-08-27T22:47:27.393Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2502024-08-27T22:47:28.076Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512024-08-27T22:47:28.859Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2522024-08-27T22:47:29.088Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2532024-08-27T22:47:30.592Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542024-08-27T22:47:30.856Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2552024-08-27T22:47:31.109Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-08-27T22:47:32.228Z Updating git repository `https://github.com/oxidecomputer/crucible`
2572024-08-27T22:47:34.195Z Updating git repository `https://github.com/oxidecomputer/opte`
2582024-08-27T22:47:35.251Z Updating git repository `https://github.com/oxidecomputer/falcon`
2592024-08-27T22:47:35.909Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602024-08-27T22:47:36.111Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612024-08-27T22:47:36.646Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2622024-08-27T22:47:36.874Z Updating git repository `https://github.com/oxidecomputer/qorb`
2632024-08-27T22:47:37.303Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642024-08-27T22:47:37.560Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652024-08-27T22:47:37.773Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662024-08-27T22:47:38.056Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672024-08-27T22:47:38.289Z Updating git repository `https://github.com/oxidecomputer/clickward`
2682024-08-27T22:47:38.598Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2692024-08-27T22:47:38.901Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702024-08-27T22:47:39.243Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2712024-08-27T22:47:39.481Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722024-08-27T22:47:39.911Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732024-08-27T22:47:40.229Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742024-08-27T22:47:40.609Z Updating git repository `https://github.com/oxidecomputer/typify`
2752024-08-27T22:47:42.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762024-08-27T22:47:43.074Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772024-08-27T22:47:43.333Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782024-08-27T22:47:43.752Z Updating git repository `https://github.com/oxidecomputer/rfb`
2792024-08-27T22:47:44.774Z Downloading crates ...
2802024-08-27T22:47:44.826Z Downloaded cargo-platform v0.1.8
2812024-08-27T22:47:44.833Z Downloaded bytecount v0.6.8
2822024-08-27T22:47:44.833Z Downloaded cargo_toml v0.20.4
2832024-08-27T22:47:44.833Z Downloaded camino v1.1.9
2842024-08-27T22:47:44.833Z Downloaded bitflags v2.6.0
2852024-08-27T22:47:44.833Z Downloaded swrite v0.1.0
2862024-08-27T22:47:44.833Z Downloaded pretty-hex v0.4.1
2872024-08-27T22:47:44.837Z Downloaded anstyle-query v1.0.3
2882024-08-27T22:47:44.837Z Downloaded anstyle v1.0.8
2892024-08-27T22:47:44.837Z Downloaded equivalent v1.0.1
2902024-08-27T22:47:44.837Z Downloaded usdt-attr-macro v0.5.0
2912024-08-27T22:47:44.841Z Downloaded scroll_derive v0.12.0
2922024-08-27T22:47:44.850Z Downloaded usdt-macro v0.5.0
2932024-08-27T22:47:44.850Z Downloaded autocfg v1.3.0
2942024-08-27T22:47:44.850Z Downloaded itoa v1.0.11
2952024-08-27T22:47:44.857Z Downloaded heck v0.4.1
2962024-08-27T22:47:44.858Z Downloaded colorchoice v1.0.1
2972024-08-27T22:47:44.861Z Downloaded tabled_derive v0.7.0
2982024-08-27T22:47:44.861Z Downloaded usdt v0.5.0
2992024-08-27T22:47:44.861Z Downloaded thread-id v4.2.1
3002024-08-27T22:47:44.861Z Downloaded terminal_size v0.3.0
3012024-08-27T22:47:44.861Z Downloaded unicode-linebreak v0.1.5
3022024-08-27T22:47:44.866Z Downloaded smawk v0.3.2
3032024-08-27T22:47:44.866Z Downloaded dof v0.3.0
3042024-08-27T22:47:44.866Z Downloaded fastrand v2.1.0
3052024-08-27T22:47:44.866Z Downloaded toml_datetime v0.6.8
3062024-08-27T22:47:44.870Z Downloaded thiserror v1.0.63
3072024-08-27T22:47:44.920Z Downloaded block-buffer v0.10.4
3082024-08-27T22:47:44.920Z Downloaded cargo_metadata v0.18.1
3092024-08-27T22:47:44.920Z Downloaded camino-tempfile v1.1.1
3102024-08-27T22:47:44.920Z Downloaded anstyle-parse v0.2.4
3112024-08-27T22:47:44.920Z Downloaded serde_tokenstream v0.2.2
3122024-08-27T22:47:44.920Z Downloaded proc-macro-error-attr v1.0.4
3132024-08-27T22:47:44.920Z Downloaded fs-err v2.11.0
3142024-08-27T22:47:44.920Z Downloaded version_check v0.9.5
3152024-08-27T22:47:44.920Z Downloaded quote v1.0.36
3162024-08-27T22:47:44.920Z Downloaded once_cell v1.19.0
3172024-08-27T22:47:44.920Z Downloaded crypto-common v0.1.6
3182024-08-27T22:47:44.920Z Downloaded is_terminal_polyfill v1.70.0
3192024-08-27T22:47:44.920Z Downloaded clap_derive v4.5.13
3202024-08-27T22:47:44.920Z Downloaded typenum v1.17.0
3212024-08-27T22:47:44.920Z Downloaded ryu v1.0.18
3222024-08-27T22:47:44.944Z Downloaded pest_meta v2.7.10
3232024-08-27T22:47:44.944Z Downloaded log v0.4.21
3242024-08-27T22:47:44.944Z Downloaded dtrace-parser v0.2.0
3252024-08-27T22:47:44.944Z Downloaded byteorder v1.5.0
3262024-08-27T22:47:44.944Z Downloaded anyhow v1.0.86
3272024-08-27T22:47:44.944Z Downloaded thiserror-impl v1.0.63
3282024-08-27T22:47:44.944Z Downloaded generic-array v0.14.7
3292024-08-27T22:47:44.944Z Downloaded fnv v1.0.7
3302024-08-27T22:47:44.944Z Downloaded errno v0.3.9
3312024-08-27T22:47:44.944Z Downloaded clap v4.5.16
3322024-08-27T22:47:44.981Z Downloaded anstream v0.6.14
3332024-08-27T22:47:44.981Z Downloaded ucd-trie v0.1.6
3342024-08-27T22:47:44.981Z Downloaded serde_spanned v0.6.7
3352024-08-27T22:47:44.981Z Downloaded plain v0.2.3
3362024-08-27T22:47:44.981Z Downloaded strsim v0.11.1
3372024-08-27T22:47:44.982Z Downloaded pest_generator v2.7.10
3382024-08-27T22:47:44.982Z Downloaded digest v0.10.7
3392024-08-27T22:47:44.982Z Downloaded macaddr v1.0.1
3402024-08-27T22:47:44.982Z Downloaded scroll v0.12.0
3412024-08-27T22:47:44.982Z Downloaded clap_lex v0.7.0
3422024-08-27T22:47:44.982Z Downloaded utf8parse v0.2.1
3432024-08-27T22:47:44.982Z Downloaded cpufeatures v0.2.12
3442024-08-27T22:47:44.982Z Downloaded usdt-impl v0.5.0
3452024-08-27T22:47:44.982Z Downloaded cfg-if v1.0.0
3462024-08-27T22:47:44.990Z Downloaded semver v1.0.23
3472024-08-27T22:47:44.990Z Downloaded serde v1.0.208
3482024-08-27T22:47:44.990Z Downloaded indexmap v2.4.0
3492024-08-27T22:47:44.990Z Downloaded heck v0.5.0
3502024-08-27T22:47:44.990Z Downloaded tempfile v3.10.1
3512024-08-27T22:47:44.990Z Downloaded pest_derive v2.7.10
3522024-08-27T22:47:44.990Z Downloaded sha2 v0.10.8
3532024-08-27T22:47:44.990Z Downloaded memmap v0.7.0
3542024-08-27T22:47:44.990Z Downloaded zerocopy-derive v0.7.34
3552024-08-27T22:47:44.990Z Downloaded toml v0.8.19
3562024-08-27T22:47:44.990Z Downloaded unicode-ident v1.0.12
3572024-08-27T22:47:44.990Z Downloaded textwrap v0.16.1
3582024-08-27T22:47:44.990Z Downloaded serde_derive v1.0.208
3592024-08-27T22:47:44.990Z Downloaded proc-macro2 v1.0.86
3602024-08-27T22:47:44.996Z Downloaded papergrid v0.11.0
3612024-08-27T22:47:44.996Z Downloaded proc-macro-error v1.0.4
3622024-08-27T22:47:44.999Z Downloaded memchr v2.7.2
3632024-08-27T22:47:45.026Z Downloaded pest v2.7.10
3642024-08-27T22:47:45.052Z Downloaded toml_edit v0.22.20
3652024-08-27T22:47:45.052Z Downloaded zerocopy v0.7.34
3662024-08-27T22:47:45.061Z Downloaded goblin v0.8.2
3672024-08-27T22:47:45.064Z Downloaded clap_builder v4.5.15
3682024-08-27T22:47:45.082Z Downloaded serde_json v1.0.125
3692024-08-27T22:47:45.082Z Downloaded winnow v0.6.18
3702024-08-27T22:47:45.090Z Downloaded hashbrown v0.14.5
3712024-08-27T22:47:45.100Z Downloaded tabled v0.15.0
3722024-08-27T22:47:45.105Z Downloaded syn v2.0.74
3732024-08-27T22:47:45.112Z Downloaded syn v1.0.109
3742024-08-27T22:47:45.123Z Downloaded rustix v0.38.34
3752024-08-27T22:47:45.153Z Downloaded unicode-width v0.1.13
3762024-08-27T22:47:45.161Z Downloaded libc v0.2.156
3772024-08-27T22:47:45.452Z Compiling proc-macro2 v1.0.86
3782024-08-27T22:47:45.452Z Compiling unicode-ident v1.0.12
3792024-08-27T22:47:45.459Z Compiling version_check v0.9.5
3802024-08-27T22:47:45.459Z Compiling serde v1.0.208
3812024-08-27T22:47:45.459Z Compiling memchr v2.7.2
3822024-08-27T22:47:45.459Z Compiling thiserror v1.0.63
3832024-08-27T22:47:45.459Z Compiling libc v0.2.156
3842024-08-27T22:47:45.459Z Compiling ucd-trie v0.1.6
3852024-08-27T22:47:45.693Z Compiling itoa v1.0.11
3862024-08-27T22:47:45.926Z Compiling ryu v1.0.18
3872024-08-27T22:47:46.232Z Compiling once_cell v1.19.0
3882024-08-27T22:47:46.338Z Compiling byteorder v1.5.0
3892024-08-27T22:47:46.800Z Compiling rustix v0.38.34
3902024-08-27T22:47:46.805Z Compiling serde_json v1.0.125
3912024-08-27T22:47:46.805Z Compiling bitflags v2.6.0
3922024-08-27T22:47:46.805Z Compiling proc-macro-error-attr v1.0.4
3932024-08-27T22:47:47.110Z Compiling usdt-impl v0.5.0
3942024-08-27T22:47:47.198Z Compiling syn v1.0.109
3952024-08-27T22:47:47.219Z Compiling proc-macro-error v1.0.4
3962024-08-27T22:47:47.285Z Compiling quote v1.0.36
3972024-08-27T22:47:47.343Z Compiling log v0.4.21
3982024-08-27T22:47:47.496Z Compiling hashbrown v0.14.5
3992024-08-27T22:47:47.591Z Compiling errno v0.3.9
4002024-08-27T22:47:47.703Z Compiling syn v2.0.74
4012024-08-27T22:47:47.890Z Compiling equivalent v1.0.1
4022024-08-27T22:47:47.923Z Compiling camino v1.1.9
4032024-08-27T22:47:47.966Z Compiling utf8parse v0.2.1
4042024-08-27T22:47:48.023Z Compiling plain v0.2.3
4052024-08-27T22:47:48.155Z Compiling thread-id v4.2.1
4062024-08-27T22:47:48.216Z Compiling anstyle-parse v0.2.4
4072024-08-27T22:47:51.882Z Compiling pretty-hex v0.4.1
4082024-08-27T22:47:52.138Z Compiling anstyle-query v1.0.3
4092024-08-27T22:47:52.221Z Compiling indexmap v2.4.0
4102024-08-27T22:47:52.221Z Compiling anstyle v1.0.8
4112024-08-27T22:47:52.221Z Compiling colorchoice v1.0.1
4122024-08-27T22:47:52.221Z Compiling semver v1.0.23
4132024-08-27T22:47:52.221Z Compiling unicode-width v0.1.13
4142024-08-27T22:47:52.221Z Compiling is_terminal_polyfill v1.70.0
4152024-08-27T22:47:52.221Z Compiling winnow v0.6.18
4162024-08-27T22:47:52.222Z Compiling autocfg v1.3.0
4172024-08-27T22:47:52.222Z Compiling anstream v0.6.14
4182024-08-27T22:47:52.222Z Compiling heck v0.4.1
4192024-08-27T22:47:52.222Z Compiling terminal_size v0.3.0
4202024-08-27T22:47:52.222Z Compiling fastrand v2.1.0
4212024-08-27T22:47:52.222Z Compiling strsim v0.11.1
4222024-08-27T22:47:52.222Z Compiling fs-err v2.11.0
4232024-08-27T22:47:52.222Z Compiling anyhow v1.0.86
4242024-08-27T22:47:52.222Z Compiling heck v0.5.0
4252024-08-27T22:47:52.222Z Compiling clap_lex v0.7.0
4262024-08-27T22:47:52.222Z Compiling fnv v1.0.7
4272024-08-27T22:47:52.222Z Compiling cfg-if v1.0.0
4282024-08-27T22:47:52.222Z Compiling bytecount v0.6.8
4292024-08-27T22:47:52.222Z Compiling papergrid v0.11.0
4302024-08-27T22:47:52.222Z Compiling clap_builder v4.5.15
4312024-08-27T22:47:52.222Z Compiling tempfile v3.10.1
4322024-08-27T22:47:52.222Z Compiling memmap v0.7.0
4332024-08-27T22:47:52.222Z Compiling smawk v0.3.2
4342024-08-27T22:47:52.222Z Compiling unicode-linebreak v0.1.5
4352024-08-27T22:47:52.351Z Compiling textwrap v0.16.1
4362024-08-27T22:47:52.626Z Compiling swrite v0.1.0
4372024-08-27T22:47:53.956Z Compiling tabled_derive v0.7.0
4382024-08-27T22:47:55.574Z Compiling tabled v0.15.0
4392024-08-27T22:47:56.531Z Compiling serde_derive v1.0.208
4402024-08-27T22:47:56.531Z Compiling thiserror-impl v1.0.63
4412024-08-27T22:47:56.556Z Compiling zerocopy-derive v0.7.34
4422024-08-27T22:47:56.556Z Compiling scroll_derive v0.12.0
4432024-08-27T22:47:56.556Z Compiling clap_derive v4.5.13
4442024-08-27T22:47:57.862Z Compiling scroll v0.12.0
4452024-08-27T22:47:58.346Z Compiling goblin v0.8.2
4462024-08-27T22:47:58.587Z Compiling zerocopy v0.7.34
4472024-08-27T22:47:59.166Z Compiling pest v2.7.10
4482024-08-27T22:48:00.230Z Compiling clap v4.5.16
4492024-08-27T22:48:04.056Z Compiling pest_meta v2.7.10
4502024-08-27T22:48:04.100Z Compiling pest_generator v2.7.10
4512024-08-27T22:48:04.172Z Compiling pest_derive v2.7.10
4522024-08-27T22:48:04.882Z Compiling dtrace-parser v0.2.0
4532024-08-27T22:48:06.582Z Compiling toml_datetime v0.6.8
4542024-08-27T22:48:06.582Z Compiling serde_spanned v0.6.7
4552024-08-27T22:48:06.589Z Compiling cargo-platform v0.1.8
4562024-08-27T22:48:06.896Z Compiling serde_tokenstream v0.2.2
4572024-08-27T22:48:07.019Z Compiling toml_edit v0.22.20
4582024-08-27T22:48:07.063Z Compiling macaddr v1.0.1
4592024-08-27T22:48:07.191Z Compiling camino-tempfile v1.1.1
4602024-08-27T22:48:07.912Z Compiling dof v0.3.0
4612024-08-27T22:48:07.912Z Compiling cargo_metadata v0.18.1
4622024-08-27T22:48:09.892Z Compiling toml v0.8.19
4632024-08-27T22:48:09.950Z Compiling usdt-attr-macro v0.5.0
4642024-08-27T22:48:09.950Z Compiling usdt-macro v0.5.0
4652024-08-27T22:48:10.702Z Compiling cargo_toml v0.20.4
4662024-08-27T22:48:11.270Z Compiling usdt v0.5.0
4672024-08-27T22:48:14.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682024-08-27T22:48:18.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.11s
4692024-08-27T22:48:19.007Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4702024-08-27T22:48:19.565Z Downloading crates ...
4712024-08-27T22:48:19.680Z Downloaded adler v1.0.2
4722024-08-27T22:48:19.687Z Downloaded atomicwrites v0.4.3
4732024-08-27T22:48:19.695Z Downloaded bit-vec v0.6.3
4742024-08-27T22:48:19.699Z Downloaded addr2line v0.21.0
4752024-08-27T22:48:19.703Z Downloaded ascii-canvas v3.0.0
4762024-08-27T22:48:19.705Z Downloaded ciborium-io v0.2.2
4772024-08-27T22:48:19.705Z Downloaded bitstruct v0.1.1
4782024-08-27T22:48:19.708Z Downloaded assert_matches v1.5.0
4792024-08-27T22:48:19.708Z Downloaded crucible-workspace-hack v0.1.0
4802024-08-27T22:48:19.716Z Downloaded darling_macro v0.20.9
4812024-08-27T22:48:19.718Z Downloaded defmt-macros v0.3.9
4822024-08-27T22:48:19.723Z Downloaded ident_case v1.0.1
4832024-08-27T22:48:19.725Z Downloaded hyper-staticfile v0.9.5
4842024-08-27T22:48:19.725Z Downloaded base16ct v0.2.0
4852024-08-27T22:48:19.728Z Downloaded indent_write v2.2.0
4862024-08-27T22:48:19.731Z Downloaded iana-time-zone v0.1.60
4872024-08-27T22:48:19.734Z Downloaded async-recursion v1.1.1
4882024-08-27T22:48:19.738Z Downloaded bitfield-struct v0.6.1
4892024-08-27T22:48:19.740Z Downloaded instant v0.1.12
4902024-08-27T22:48:19.740Z Downloaded is_ci v1.2.0
4912024-08-27T22:48:19.743Z Downloaded cexpr v0.6.0
4922024-08-27T22:48:19.743Z Downloaded array-init v0.0.4
4932024-08-27T22:48:19.747Z Downloaded cipher v0.4.4
4942024-08-27T22:48:19.750Z Downloaded new_debug_unreachable v1.0.6
4952024-08-27T22:48:19.750Z Downloaded crc v3.2.1
4962024-08-27T22:48:19.753Z Downloaded cassowary v0.3.0
4972024-08-27T22:48:19.755Z Downloaded debug-ignore v1.0.5
4982024-08-27T22:48:19.755Z Downloaded num_threads v0.1.7
4992024-08-27T22:48:19.758Z Downloaded oso-derive v0.27.3
5002024-08-27T22:48:19.758Z Downloaded const_format_proc_macros v0.2.32
5012024-08-27T22:48:19.760Z Downloaded base64ct v1.6.0
5022024-08-27T22:48:19.763Z Downloaded arrayvec v0.7.4
5032024-08-27T22:48:19.766Z Downloaded mockall v0.13.0
5042024-08-27T22:48:19.768Z Downloaded lru-cache v0.1.2
5052024-08-27T22:48:19.771Z Downloaded lalrpop-util v0.19.12
5062024-08-27T22:48:19.771Z Downloaded ipnetwork v0.20.0
5072024-08-27T22:48:19.774Z Downloaded crossbeam-deque v0.8.5
5082024-08-27T22:48:19.777Z Downloaded convert_case v0.4.0
5092024-08-27T22:48:19.777Z Downloaded openssl-macros v0.1.1
5102024-08-27T22:48:19.777Z Downloaded nanorand v0.7.0
5112024-08-27T22:48:19.780Z Downloaded libefi-sys v0.1.0
5122024-08-27T22:48:19.783Z Downloaded async-stream-impl v0.3.5
5132024-08-27T22:48:19.783Z Downloaded lazy_static v1.5.0
5142024-08-27T22:48:19.786Z Downloaded num v0.4.3
5152024-08-27T22:48:19.789Z Downloaded num-derive v0.4.2
5162024-08-27T22:48:19.789Z Downloaded cfg_aliases v0.1.1
5172024-08-27T22:48:19.792Z Downloaded bitstruct_derive v0.1.0
5182024-08-27T22:48:19.793Z Downloaded newtype-uuid v1.1.0
5192024-08-27T22:48:19.793Z Downloaded mime v0.3.17
5202024-08-27T22:48:19.795Z Downloaded atty v0.2.14
5212024-08-27T22:48:19.795Z Downloaded packed_struct v0.10.1
5222024-08-27T22:48:19.798Z Downloaded num-iter v0.1.45
5232024-08-27T22:48:19.798Z Downloaded md-5 v0.10.6
5242024-08-27T22:48:19.801Z Downloaded kstat-rs v0.2.4
5252024-08-27T22:48:19.801Z Downloaded bzip2 v0.4.4
5262024-08-27T22:48:19.804Z Downloaded inout v0.1.3
5272024-08-27T22:48:19.804Z Downloaded match_cfg v0.1.0
5282024-08-27T22:48:19.807Z Downloaded hyper-tls v0.5.0
5292024-08-27T22:48:19.807Z Downloaded newtype_derive v0.1.6
5302024-08-27T22:48:19.810Z Downloaded is-terminal v0.4.12
5312024-08-27T22:48:19.810Z Downloaded crunchy v0.2.2
5322024-08-27T22:48:19.813Z Downloaded maplit v1.0.2
5332024-08-27T22:48:19.813Z Downloaded linear-map v1.2.0
5342024-08-27T22:48:19.816Z Downloaded normalize-line-endings v0.3.0
5352024-08-27T22:48:19.816Z Downloaded chacha20 v0.9.1
5362024-08-27T22:48:19.818Z Downloaded num-conv v0.1.0
5372024-08-27T22:48:19.819Z Downloaded cstr-argument v0.1.2
5382024-08-27T22:48:19.819Z Downloaded newline-converter v0.3.0
5392024-08-27T22:48:19.822Z Downloaded number_prefix v0.4.0
5402024-08-27T22:48:19.822Z Downloaded serde-big-array v0.5.1
5412024-08-27T22:48:19.825Z Downloaded take_mut v0.2.2
5422024-08-27T22:48:19.825Z Downloaded num-complex v0.4.6
5432024-08-27T22:48:19.827Z Downloaded nibble_vec v0.1.0
5442024-08-27T22:48:19.828Z Downloaded libloading v0.8.3
5452024-08-27T22:48:19.830Z Downloaded multer v3.1.0
5462024-08-27T22:48:19.833Z Downloaded memmap2 v0.9.4
5472024-08-27T22:48:19.836Z Downloaded const-oid v0.9.6
5482024-08-27T22:48:19.839Z Downloaded semver v0.1.20
5492024-08-27T22:48:19.841Z Downloaded serde_urlencoded v0.7.1
5502024-08-27T22:48:19.841Z Downloaded time-core v0.1.2
5512024-08-27T22:48:19.844Z Downloaded impl-trait-for-tuples v0.2.2
5522024-08-27T22:48:19.846Z Downloaded bb8 v0.8.5
5532024-08-27T22:48:19.846Z Downloaded bitfield v0.14.0
5542024-08-27T22:48:19.849Z Downloaded block-padding v0.3.3
5552024-08-27T22:48:19.852Z Downloaded bitflags v1.3.2
5562024-08-27T22:48:19.854Z Downloaded openssl-probe v0.1.5
5572024-08-27T22:48:19.854Z Downloaded spki v0.7.3
5582024-08-27T22:48:19.857Z Downloaded keccak v0.1.5
5592024-08-27T22:48:19.860Z Downloaded lru v0.12.3
5602024-08-27T22:48:19.860Z Downloaded instability v0.3.2
5612024-08-27T22:48:19.863Z Downloaded darling v0.20.9
5622024-08-27T22:48:19.866Z Downloaded constant_time_eq v0.3.0
5632024-08-27T22:48:19.868Z Downloaded strum v0.26.3
5642024-08-27T22:48:19.868Z Downloaded ciborium-ll v0.2.2
5652024-08-27T22:48:19.872Z Downloaded shlex v1.3.0
5662024-08-27T22:48:19.872Z Downloaded nodrop v0.1.14
5672024-08-27T22:48:19.875Z Downloaded managed v0.8.0
5682024-08-27T22:48:19.875Z Downloaded num-integer v0.1.46
5692024-08-27T22:48:19.875Z Downloaded crc-catalog v2.4.0
5702024-08-27T22:48:19.878Z Downloaded castaway v0.2.3
5712024-08-27T22:48:19.878Z Downloaded multimap v0.10.0
5722024-08-27T22:48:19.882Z Downloaded buf-list v1.0.3
5732024-08-27T22:48:19.886Z Downloaded maybe-uninit v2.0.0
5742024-08-27T22:48:19.887Z Downloaded data-encoding v2.6.0
5752024-08-27T22:48:19.889Z Downloaded curve25519-dalek-derive v0.1.1
5762024-08-27T22:48:19.889Z Downloaded linked-hash-map v0.5.6
5772024-08-27T22:48:19.890Z Downloaded lazycell v1.3.0
5782024-08-27T22:48:19.890Z Downloaded waitgroup v0.1.2
5792024-08-27T22:48:19.893Z Downloaded num_enum v0.5.11
5802024-08-27T22:48:19.897Z Downloaded num_enum_derive v0.5.11
5812024-08-27T22:48:19.903Z Downloaded foreign-types-shared v0.1.1
5822024-08-27T22:48:19.903Z Downloaded foreign-types v0.5.0
5832024-08-27T22:48:19.903Z Downloaded sqlformat v0.2.4
5842024-08-27T22:48:19.903Z Downloaded shell-words v1.1.0
5852024-08-27T22:48:19.909Z Downloaded derive_builder_macro v0.20.0
5862024-08-27T22:48:19.909Z Downloaded smallvec v0.6.14
5872024-08-27T22:48:19.909Z Downloaded omicron-zone-package v0.11.0
5882024-08-27T22:48:19.914Z Downloaded num-traits v0.2.19
5892024-08-27T22:48:19.914Z Downloaded headers-core v0.2.0
5902024-08-27T22:48:19.914Z Downloaded colored v2.1.0
5912024-08-27T22:48:19.922Z Downloaded atomic-waker v1.1.2
5922024-08-27T22:48:19.922Z Downloaded foreign-types-shared v0.3.1
5932024-08-27T22:48:19.922Z Downloaded peg-runtime v0.8.3
5942024-08-27T22:48:19.922Z Downloaded hubpack_derive v0.1.1
5952024-08-27T22:48:19.928Z Downloaded ciborium v0.2.2
5962024-08-27T22:48:19.928Z Downloaded native-tls v0.2.11
5972024-08-27T22:48:19.928Z Downloaded ipnet v2.9.0
5982024-08-27T22:48:19.928Z Downloaded thread_local v1.1.8
5992024-08-27T22:48:19.932Z Downloaded nu-ansi-term v0.50.0
6002024-08-27T22:48:19.935Z Downloaded owo-colors v4.0.0
6012024-08-27T22:48:19.935Z Downloaded termios v0.3.3
6022024-08-27T22:48:19.938Z Downloaded mime_guess v2.0.4
6032024-08-27T22:48:19.938Z Downloaded utf-8 v0.7.6
6042024-08-27T22:48:19.940Z Downloaded slog-envlogger v2.2.0
6052024-08-27T22:48:19.943Z Downloaded cancel-safe-futures v0.1.5
6062024-08-27T22:48:19.946Z Downloaded unicode-xid v0.2.4
6072024-08-27T22:48:19.950Z Downloaded rpassword v7.3.1
6082024-08-27T22:48:19.950Z Downloaded csv-core v0.1.11
6092024-08-27T22:48:19.952Z Downloaded num-rational v0.4.2
6102024-08-27T22:48:19.953Z Downloaded defmt v0.3.8
6112024-08-27T22:48:19.956Z Downloaded cookie v0.17.0
6122024-08-27T22:48:19.958Z Downloaded sync_wrapper v0.1.2
6132024-08-27T22:48:19.959Z Downloaded tui-tree-widget v0.22.0
6142024-08-27T22:48:19.961Z Downloaded indicatif v0.17.8
6152024-08-27T22:48:19.965Z Downloaded fd-lock v4.0.2
6162024-08-27T22:48:19.968Z Downloaded form_urlencoded v1.2.1
6172024-08-27T22:48:19.968Z Downloaded indexmap v1.9.3
6182024-08-27T22:48:19.971Z Downloaded foreign-types-macros v0.2.3
6192024-08-27T22:48:19.974Z Downloaded bytes v1.7.1
6202024-08-27T22:48:19.977Z Downloaded spin v0.9.8
6212024-08-27T22:48:19.980Z Downloaded humantime v2.1.0
6222024-08-27T22:48:19.983Z Downloaded crypto-bigint v0.5.5
6232024-08-27T22:48:19.988Z Downloaded console v0.15.8
6242024-08-27T22:48:19.992Z Downloaded mockall_derive v0.13.0
6252024-08-27T22:48:19.995Z Downloaded downcast v0.11.0
6262024-08-27T22:48:19.997Z Downloaded miniz_oxide v0.7.2
6272024-08-27T22:48:20.000Z Downloaded base64 v0.21.7
6282024-08-27T22:48:20.003Z Downloaded phf_shared v0.10.0
6292024-08-27T22:48:20.006Z Downloaded predicates v3.1.2
6302024-08-27T22:48:20.009Z Downloaded unicode-truncate v1.0.0
6312024-08-27T22:48:20.009Z Downloaded diesel_table_macro_syntax v0.2.0
6322024-08-27T22:48:20.011Z Downloaded crossbeam-epoch v0.9.18
6332024-08-27T22:48:20.014Z Downloaded blake2 v0.10.6
6342024-08-27T22:48:20.017Z Downloaded parse-size v1.0.0
6352024-08-27T22:48:20.018Z Downloaded supports-color v3.0.0
6362024-08-27T22:48:20.020Z Downloaded static_assertions v1.1.0
6372024-08-27T22:48:20.020Z Downloaded scrypt v0.11.0
6382024-08-27T22:48:20.024Z Downloaded sec1 v0.7.3
6392024-08-27T22:48:20.026Z Downloaded oso v0.27.3
6402024-08-27T22:48:20.030Z Downloaded rand_core v0.6.4
6412024-08-27T22:48:20.030Z Downloaded thiserror-impl-no-std v2.0.2
6422024-08-27T22:48:20.033Z Downloaded thiserror-no-std v2.0.2
6432024-08-27T22:48:20.035Z Downloaded signal-hook-mio v0.2.4
6442024-08-27T22:48:20.038Z Downloaded tokio-rustls v0.24.1
6452024-08-27T22:48:20.041Z Downloaded allocator-api2 v0.2.18
6462024-08-27T22:48:20.044Z Downloaded derive_builder_core v0.20.0
6472024-08-27T22:48:20.046Z Downloaded sqlparser_derive v0.2.2
6482024-08-27T22:48:20.046Z Downloaded untrusted v0.9.0
6492024-08-27T22:48:20.049Z Downloaded tiny-keccak v2.0.2
6502024-08-27T22:48:20.051Z Downloaded string_cache v0.8.7
6512024-08-27T22:48:20.054Z Downloaded hickory-client v0.24.1
6522024-08-27T22:48:20.057Z Downloaded slog-async v2.8.0
6532024-08-27T22:48:20.057Z Downloaded endian-type v0.1.2
6542024-08-27T22:48:20.060Z Downloaded hyper-rustls v0.24.2
6552024-08-27T22:48:20.063Z Downloaded uuid v1.10.0
6562024-08-27T22:48:20.065Z Downloaded getopts v0.2.21
6572024-08-27T22:48:20.066Z Downloaded peg-macros v0.8.4
6582024-08-27T22:48:20.076Z Downloaded futures-macro v0.3.30
6592024-08-27T22:48:20.079Z Downloaded phf_shared v0.11.2
6602024-08-27T22:48:20.079Z Downloaded time-macros v0.2.18
6612024-08-27T22:48:20.085Z Downloaded pkcs8 v0.10.2
6622024-08-27T22:48:20.089Z Downloaded psl-types v2.0.11
6632024-08-27T22:48:20.090Z Downloaded uzers v0.11.3
6642024-08-27T22:48:20.090Z Downloaded pkcs1 v0.7.5
6652024-08-27T22:48:20.092Z Downloaded rustversion v1.0.17
6662024-08-27T22:48:20.095Z Downloaded rtoolbox v0.0.2
6672024-08-27T22:48:20.095Z Downloaded enum-as-inner v0.6.0
6682024-08-27T22:48:20.098Z Downloaded backtrace v0.3.71
6692024-08-27T22:48:20.102Z Downloaded path-slash v0.1.5
6702024-08-27T22:48:20.105Z Downloaded tap v1.0.1
6712024-08-27T22:48:20.106Z Downloaded stable_deref_trait v1.2.0
6722024-08-27T22:48:20.110Z Downloaded siphasher v0.3.11
6732024-08-27T22:48:20.110Z Downloaded sct v0.7.1
6742024-08-27T22:48:20.113Z Downloaded hash32 v0.3.1
6752024-08-27T22:48:20.116Z Downloaded untrusted v0.7.1
6762024-08-27T22:48:20.116Z Downloaded tabwriter v1.4.0
6772024-08-27T22:48:20.120Z Downloaded subtle v2.5.0
6782024-08-27T22:48:20.120Z Downloaded filetime v0.2.24
6792024-08-27T22:48:20.120Z Downloaded difflib v0.4.0
6802024-08-27T22:48:20.124Z Downloaded tungstenite v0.20.1
6812024-08-27T22:48:20.127Z Downloaded quick-error v1.2.3
6822024-08-27T22:48:20.127Z Downloaded predicates-tree v1.0.9
6832024-08-27T22:48:20.130Z Downloaded salsa20 v0.10.2
6842024-08-27T22:48:20.130Z Downloaded chacha20poly1305 v0.10.1
6852024-08-27T22:48:20.133Z Downloaded rusty-fork v0.3.0
6862024-08-27T22:48:20.133Z Downloaded cc v1.0.97
6872024-08-27T22:48:20.137Z Downloaded fatfs v0.3.6
6882024-08-27T22:48:20.140Z Downloaded want v0.3.1
6892024-08-27T22:48:20.143Z Downloaded ref-cast v1.0.23
6902024-08-27T22:48:20.143Z Downloaded slab v0.4.9
6912024-08-27T22:48:20.146Z Downloaded toolchain_find v0.4.0
6922024-08-27T22:48:20.146Z Downloaded aes v0.8.4
6932024-08-27T22:48:20.149Z Downloaded derive_more v0.99.18
6942024-08-27T22:48:20.154Z Downloaded minimal-lexical v0.2.1
6952024-08-27T22:48:20.159Z Downloaded http-range v0.1.5
6962024-08-27T22:48:20.163Z Downloaded rustc_version v0.4.0
6972024-08-27T22:48:20.167Z Downloaded rustc_version v0.1.7
6982024-08-27T22:48:20.167Z Downloaded rustc-hash v1.1.0
6992024-08-27T22:48:20.167Z Downloaded crossterm v0.27.0
7002024-08-27T22:48:20.171Z Downloaded rand_xorshift v0.3.0
7012024-08-27T22:48:20.175Z Downloaded futures-core v0.3.30
7022024-08-27T22:48:20.177Z Downloaded dirs-next v2.0.0
7032024-08-27T22:48:20.177Z Downloaded highway v1.2.0
7042024-08-27T22:48:20.181Z Downloaded erased-serde v0.3.31
7052024-08-27T22:48:20.184Z Downloaded futures-channel v0.3.30
7062024-08-27T22:48:20.185Z Downloaded const_format v0.2.32
7072024-08-27T22:48:20.187Z Downloaded slog-bunyan v2.5.0
7082024-08-27T22:48:20.191Z Downloaded peg v0.8.4
7092024-08-27T22:48:20.193Z Downloaded pin-project-internal v1.1.5
7102024-08-27T22:48:20.196Z Downloaded tokio-native-tls v0.3.1
7112024-08-27T22:48:20.199Z Downloaded slog v2.7.0
7122024-08-27T22:48:20.210Z Downloaded zip v0.6.6
7132024-08-27T22:48:20.213Z Downloaded env_logger v0.10.2
7142024-08-27T22:48:20.213Z Downloaded topological-sort v0.2.2
7152024-08-27T22:48:20.213Z Downloaded resolv-conf v0.7.0
7162024-08-27T22:48:20.213Z Downloaded samael v0.0.15
7172024-08-27T22:48:20.217Z Downloaded ron v0.7.1
7182024-08-27T22:48:20.223Z Downloaded tokio-stream v0.1.15
7192024-08-27T22:48:20.227Z Downloaded glob v0.3.1
7202024-08-27T22:48:20.230Z Downloaded stringprep v0.1.4
7212024-08-27T22:48:20.234Z Downloaded serde_path_to_error v0.1.16
7222024-08-27T22:48:20.234Z Downloaded fxhash v0.2.1
7232024-08-27T22:48:20.237Z Downloaded vergen v8.3.2
7242024-08-27T22:48:20.237Z Downloaded nom v7.1.3
7252024-08-27T22:48:20.243Z Downloaded libxml v0.3.3
7262024-08-27T22:48:20.249Z Downloaded flagset v0.4.5
7272024-08-27T22:48:20.253Z Downloaded tinyvec_macros v0.1.1
7282024-08-27T22:48:20.253Z Downloaded diff v0.1.13
7292024-08-27T22:48:20.257Z Downloaded getrandom v0.2.14
7302024-08-27T22:48:20.261Z Downloaded sha1 v0.10.6
7312024-08-27T22:48:20.264Z Downloaded which v4.4.2
7322024-08-27T22:48:20.264Z Downloaded fragile v2.0.0
7332024-08-27T22:48:20.264Z Downloaded serde_derive_internals v0.29.1
7342024-08-27T22:48:20.267Z Downloaded pin-utils v0.1.0
7352024-08-27T22:48:20.270Z Downloaded httparse v1.8.0
7362024-08-27T22:48:20.270Z Downloaded phf v0.11.2
7372024-08-27T22:48:20.273Z Downloaded hmac v0.12.1
7382024-08-27T22:48:20.276Z Downloaded futures v0.3.30
7392024-08-27T22:48:20.280Z Downloaded vte_generate_state_changes v0.1.1
7402024-08-27T22:48:20.283Z Downloaded rustls-pemfile v1.0.4
7412024-08-27T22:48:20.285Z Downloaded pkg-config v0.3.30
7422024-08-27T22:48:20.285Z Downloaded signal-hook-tokio v0.3.1
7432024-08-27T22:48:20.290Z Downloaded tokio-tungstenite v0.23.1
7442024-08-27T22:48:20.293Z Downloaded sigpipe v0.1.3
7452024-08-27T22:48:20.293Z Downloaded precomputed-hash v0.1.1
7462024-08-27T22:48:20.293Z Downloaded fixedbitset v0.4.2
7472024-08-27T22:48:20.294Z Downloaded display-error-chain v0.2.0
7482024-08-27T22:48:20.296Z Downloaded url v2.5.2
7492024-08-27T22:48:20.299Z Downloaded toml_edit v0.19.15
7502024-08-27T22:48:20.315Z Downloaded term v0.7.0
7512024-08-27T22:48:20.319Z Downloaded pretty-hex v0.2.1
7522024-08-27T22:48:20.322Z Downloaded tls_codec_derive v0.4.1
7532024-08-27T22:48:20.322Z Downloaded tls_codec v0.4.1
7542024-08-27T22:48:20.325Z Downloaded serde_repr v0.1.19
7552024-08-27T22:48:20.328Z Downloaded serde_plain v1.0.2
7562024-08-27T22:48:20.328Z Downloaded pem v3.0.4
7572024-08-27T22:48:20.332Z Downloaded hickory-server v0.24.1
7582024-08-27T22:48:20.336Z Downloaded proc-macro-crate v1.3.1
7592024-08-27T22:48:20.339Z Downloaded signal-hook-registry v1.4.2
7602024-08-27T22:48:20.339Z Downloaded tokio-tungstenite v0.21.0
7612024-08-27T22:48:20.345Z Downloaded rustfmt-wrapper v0.2.1
7622024-08-27T22:48:20.345Z Downloaded paste v1.0.15
7632024-08-27T22:48:20.347Z Downloaded dropshot_endpoint v0.10.1
7642024-08-27T22:48:20.347Z Downloaded slog-term v2.9.1
7652024-08-27T22:48:20.351Z Downloaded rustls-pemfile v2.1.3
7662024-08-27T22:48:20.351Z Downloaded pin-project-lite v0.2.14
7672024-08-27T22:48:20.356Z Downloaded pin-project v1.1.5
7682024-08-27T22:48:20.368Z Downloaded zeroize_derive v1.4.2
7692024-08-27T22:48:20.370Z Downloaded scheduled-thread-pool v0.2.7
7702024-08-27T22:48:20.370Z Downloaded time v0.3.36
7712024-08-27T22:48:20.378Z Downloaded num-bigint-dig v0.8.4
7722024-08-27T22:48:20.382Z Downloaded termtree v0.4.1
7732024-08-27T22:48:20.385Z Downloaded r2d2 v0.8.10
7742024-08-27T22:48:20.385Z Downloaded fallible-iterator v0.3.0
7752024-08-27T22:48:20.388Z Downloaded fallible-iterator v0.2.0
7762024-08-27T22:48:20.388Z Downloaded embedded-io v0.4.0
7772024-08-27T22:48:20.392Z Downloaded serde_with_macros v3.9.0
7782024-08-27T22:48:20.394Z Downloaded tar v0.4.41
7792024-08-27T22:48:20.397Z Downloaded ena v0.14.3
7802024-08-27T22:48:20.397Z Downloaded globset v0.4.14
7812024-08-27T22:48:20.401Z Downloaded heapless v0.7.17
7822024-08-27T22:48:20.404Z Downloaded rsa v0.9.6
7832024-08-27T22:48:20.408Z Downloaded portpicker v0.1.1
7842024-08-27T22:48:20.411Z Downloaded slog-json v2.6.1
7852024-08-27T22:48:20.415Z Downloaded slog-stdlog v4.1.1
7862024-08-27T22:48:20.415Z Downloaded slog-scope v4.4.0
7872024-08-27T22:48:20.417Z Downloaded radium v0.7.0
7882024-08-27T22:48:20.418Z Downloaded parking_lot v0.11.2
7892024-08-27T22:48:20.420Z Downloaded pem-rfc7468 v0.7.0
7902024-08-27T22:48:20.423Z Downloaded hex v0.4.3
7912024-08-27T22:48:20.423Z Downloaded zone_cfg_derive v0.1.2
7922024-08-27T22:48:20.423Z Downloaded http v1.1.0
7932024-08-27T22:48:20.427Z Downloaded heck v0.3.3
7942024-08-27T22:48:20.429Z Downloaded rand v0.8.5
7952024-08-27T22:48:20.432Z Downloaded crossterm v0.28.1
7962024-08-27T22:48:20.441Z Downloaded try-lock v0.2.5
7972024-08-27T22:48:20.443Z Downloaded dyn-clone v1.0.17
7982024-08-27T22:48:20.444Z Downloaded percent-encoding v2.3.1
7992024-08-27T22:48:20.444Z Downloaded futures-executor v0.3.30
8002024-08-27T22:48:20.446Z Downloaded parking_lot_core v0.9.10
8012024-08-27T22:48:20.446Z Downloaded parking_lot v0.12.2
8022024-08-27T22:48:20.450Z Downloaded tower-service v0.3.2
8032024-08-27T22:48:20.453Z Downloaded predicates-core v1.0.6
8042024-08-27T22:48:20.453Z Downloaded parse-display v0.10.0
8052024-08-27T22:48:20.453Z Downloaded rayon-core v1.12.1
8062024-08-27T22:48:20.456Z Downloaded tokio-postgres v0.7.11
8072024-08-27T22:48:20.462Z Downloaded unicode-segmentation v1.11.0
8082024-08-27T22:48:20.465Z Downloaded futures-sink v0.3.30
8092024-08-27T22:48:20.468Z Downloaded slog-dtrace v0.3.0
8102024-08-27T22:48:20.471Z Downloaded foreign-types v0.3.2
8112024-08-27T22:48:20.471Z Downloaded same-file v1.0.6
8122024-08-27T22:48:20.471Z Downloaded hash32 v0.2.1
8132024-08-27T22:48:20.474Z Downloaded either v1.13.0
8142024-08-27T22:48:20.474Z Downloaded tracing-attributes v0.1.27
8152024-08-27T22:48:20.476Z Downloaded rustc-demangle v0.1.24
8162024-08-27T22:48:20.479Z Downloaded headers v0.3.9
8172024-08-27T22:48:20.484Z Downloaded tokio-util v0.7.11
8182024-08-27T22:48:20.491Z Downloaded unsafe-libyaml v0.2.11
8192024-08-27T22:48:20.495Z Downloaded spin v0.5.2
8202024-08-27T22:48:20.497Z Downloaded http-body v0.4.6
8212024-08-27T22:48:20.500Z Downloaded hostname v0.3.1
8222024-08-27T22:48:20.500Z Downloaded ref-cast-impl v1.0.23
8232024-08-27T22:48:20.503Z Downloaded password-hash v0.5.0
8242024-08-27T22:48:20.503Z Downloaded prettyplease v0.2.20
8252024-08-27T22:48:20.506Z Downloaded unicode-bidi v0.3.15
8262024-08-27T22:48:20.509Z Downloaded universal-hash v0.5.1
8272024-08-27T22:48:20.512Z Downloaded float-cmp v0.9.0
8282024-08-27T22:48:20.512Z Downloaded poly1305 v0.8.0
8292024-08-27T22:48:20.514Z Downloaded zone v0.1.8
8302024-08-27T22:48:20.517Z Downloaded xattr v1.3.1
8312024-08-27T22:48:20.517Z Downloaded ff v0.13.0
8322024-08-27T22:48:20.520Z Downloaded futures-io v0.3.30
8332024-08-27T22:48:20.520Z Downloaded strum_macros v0.26.4
8342024-08-27T22:48:20.523Z Downloaded termcolor v1.4.1
8352024-08-27T22:48:20.523Z Downloaded flume v0.11.0
8362024-08-27T22:48:20.527Z Downloaded publicsuffix v2.2.3
8372024-08-27T22:48:20.530Z Downloaded zerocopy v0.6.6
8382024-08-27T22:48:20.532Z Downloaded expectorate v1.1.0
8392024-08-27T22:48:20.535Z Downloaded home v0.5.9
8402024-08-27T22:48:20.538Z Downloaded parking_lot_core v0.8.6
8412024-08-27T22:48:20.538Z Downloaded rustls-pki-types v1.7.0
8422024-08-27T22:48:20.541Z Downloaded serde_yaml v0.9.34+deprecated
8432024-08-27T22:48:20.544Z Downloaded tokio-macros v2.4.0
8442024-08-27T22:48:20.546Z Downloaded schemars v0.8.21
8452024-08-27T22:48:20.558Z Downloaded hostname v0.4.0
8462024-08-27T22:48:20.560Z Downloaded vte v0.11.1
8472024-08-27T22:48:20.563Z Downloaded rcgen v0.12.1
8482024-08-27T22:48:20.566Z Downloaded zeroize v1.7.0
8492024-08-27T22:48:20.566Z Downloaded socket2 v0.5.7
8502024-08-27T22:48:20.569Z Downloaded der v0.7.9
8512024-08-27T22:48:20.575Z Downloaded winnow v0.5.40
8522024-08-27T22:48:20.583Z Downloaded postcard v1.0.8
8532024-08-27T22:48:20.587Z Downloaded half v2.4.1
8542024-08-27T22:48:20.590Z Downloaded hashbrown v0.13.2
8552024-08-27T22:48:20.594Z Downloaded tracing-core v0.1.32
8562024-08-27T22:48:20.597Z Downloaded yasna v0.5.2
8572024-08-27T22:48:20.599Z Downloaded test-strategy v0.3.1
8582024-08-27T22:48:20.604Z Downloaded subprocess v0.2.9
8592024-08-27T22:48:20.606Z Downloaded socket2 v0.4.10
8602024-08-27T22:48:20.609Z Downloaded hashbrown v0.12.3
8612024-08-27T22:48:20.612Z Downloaded bitvec v1.0.1
8622024-08-27T22:48:20.628Z Downloaded elliptic-curve v0.13.8
8632024-08-27T22:48:20.633Z Downloaded tungstenite v0.21.0
8642024-08-27T22:48:20.637Z Downloaded rustyline v14.0.0
8652024-08-27T22:48:20.643Z Downloaded flate2 v1.0.31
8662024-08-27T22:48:20.649Z Downloaded http v0.2.12
8672024-08-27T22:48:20.653Z Downloaded chrono v0.4.38
8682024-08-27T22:48:20.661Z Downloaded heapless v0.8.0
8692024-08-27T22:48:20.664Z Downloaded reqwest v0.11.27
8702024-08-27T22:48:20.673Z Downloaded x509-cert v0.2.5
8712024-08-27T22:48:20.680Z Downloaded rustls-webpki v0.101.7
8722024-08-27T22:48:20.695Z Downloaded defmt-parser v0.3.4
8732024-08-27T22:48:20.698Z Downloaded typed-path v0.7.1
8742024-08-27T22:48:20.702Z Downloaded idna v0.5.0
8752024-08-27T22:48:20.710Z Downloaded h2 v0.3.26
8762024-08-27T22:48:20.717Z Downloaded lalrpop v0.19.12
8772024-08-27T22:48:20.729Z Downloaded serde_with v3.9.0
8782024-08-27T22:48:20.738Z Downloaded unicode-normalization v0.1.23
8792024-08-27T22:48:20.742Z Downloaded hickory-resolver v0.24.1
8802024-08-27T22:48:20.747Z Downloaded portable-atomic v1.6.0
8812024-08-27T22:48:20.753Z Downloaded hyper v0.14.30
8822024-08-27T22:48:20.762Z Downloaded idna v0.3.0
8832024-08-27T22:48:20.769Z Downloaded quick-xml v0.31.0
8842024-08-27T22:48:20.775Z Downloaded futures-util v0.3.30
8852024-08-27T22:48:20.788Z Downloaded object v0.30.4
8862024-08-27T22:48:20.798Z Downloaded tough v0.17.1
8872024-08-27T22:48:20.807Z Downloaded rusqlite v0.31.0
8882024-08-27T22:48:20.814Z Downloaded object v0.32.2
8892024-08-27T22:48:20.825Z Downloaded dropshot v0.10.1
8902024-08-27T22:48:20.836Z Downloaded hkdf v0.12.4
8912024-08-27T22:48:20.839Z Downloaded rayon v1.10.0
8922024-08-27T22:48:20.849Z Downloaded webpki-roots v0.25.4
8932024-08-27T22:48:20.854Z Downloaded vcpkg v0.2.15
8942024-08-27T22:48:20.895Z Downloaded smoltcp v0.9.1
8952024-08-27T22:48:20.905Z Downloaded gimli v0.28.1
8962024-08-27T22:48:20.915Z Downloaded nix v0.28.0
8972024-08-27T22:48:20.926Z Downloaded bstr v1.9.1
8982024-08-27T22:48:20.937Z Downloaded radix_trie v0.2.1
8992024-08-27T22:48:20.944Z Downloaded polar-core v0.27.3
9002024-08-27T22:48:20.951Z Downloaded rustls v0.22.4
9012024-08-27T22:48:20.967Z Downloaded regress v0.9.1
9022024-08-27T22:48:20.975Z Downloaded regex-syntax v0.6.29
9032024-08-27T22:48:20.983Z Downloaded regex v1.10.6
9042024-08-27T22:48:20.997Z Downloaded diesel v2.2.2
9052024-08-27T22:48:21.015Z Downloaded regex-syntax v0.8.4
9062024-08-27T22:48:21.023Z Downloaded hickory-proto v0.24.1
9072024-08-27T22:48:21.040Z Downloaded smoltcp v0.11.0
9082024-08-27T22:48:21.053Z Downloaded openapiv3 v2.0.0
9092024-08-27T22:48:21.065Z Downloaded openssl v0.10.66
9102024-08-27T22:48:21.075Z Downloaded git2 v0.19.0
9112024-08-27T22:48:21.084Z Downloaded ratatui v0.28.0
9122024-08-27T22:48:21.106Z Downloaded rustls v0.21.12
9132024-08-27T22:48:21.118Z Downloaded sled v0.34.7
9142024-08-27T22:48:21.130Z Downloaded bzip2-sys v0.1.11+1.0.8
9152024-08-27T22:48:21.142Z Downloaded nix v0.27.1
9162024-08-27T22:48:21.154Z Downloaded finl_unicode v1.2.0
9172024-08-27T22:48:21.167Z Downloaded petgraph v0.6.5
9182024-08-27T22:48:21.192Z Downloaded csv v1.3.0
9192024-08-27T22:48:21.207Z Downloaded zerocopy-derive v0.6.6
9202024-08-27T22:48:21.217Z Downloaded reedline v0.33.0
9212024-08-27T22:48:21.225Z Downloaded proptest v1.5.0
9222024-08-27T22:48:21.234Z Downloaded regex-automata v0.4.6
9232024-08-27T22:48:21.253Z Downloaded rustls-webpki v0.102.4
9242024-08-27T22:48:21.270Z Downloaded curve25519-dalek v4.1.3
9252024-08-27T22:48:21.280Z Downloaded bindgen v0.69.4
9262024-08-27T22:48:21.288Z Downloaded sqlparser v0.45.0
9272024-08-27T22:48:21.293Z Downloaded idna v0.4.0
9282024-08-27T22:48:21.301Z Downloaded tinyvec v1.6.0
9292024-08-27T22:48:21.306Z Downloaded unicode_categories v0.1.1
9302024-08-27T22:48:21.309Z Downloaded float-ord v0.3.2
9312024-08-27T22:48:21.309Z Downloaded snafu-derive v0.8.2
9322024-08-27T22:48:21.309Z Downloaded futures-task v0.3.30
9332024-08-27T22:48:21.311Z Downloaded twox-hash v1.6.3
9342024-08-27T22:48:21.314Z Downloaded postgres-types v0.2.7
9352024-08-27T22:48:21.314Z Downloaded postgres-protocol v0.6.7
9362024-08-27T22:48:21.317Z Downloaded sha3 v0.10.8
9372024-08-27T22:48:21.321Z Downloaded smallvec v1.13.2
9382024-08-27T22:48:21.323Z Downloaded itertools v0.13.0
9392024-08-27T22:48:21.330Z Downloaded tokio v1.39.3
9402024-08-27T22:48:21.371Z Downloaded signature v2.2.0
9412024-08-27T22:48:21.375Z Downloaded serde-hex v0.1.0
9422024-08-27T22:48:21.375Z Downloaded secrecy v0.8.0
9432024-08-27T22:48:21.380Z Downloaded schemars_derive v0.8.21
9442024-08-27T22:48:21.380Z Downloaded dsl_auto_type v0.1.2
9452024-08-27T22:48:21.380Z Downloaded dirs-sys-next v0.1.2
9462024-08-27T22:48:21.380Z Downloaded wait-timeout v0.2.0
9472024-08-27T22:48:21.385Z Downloaded mio v1.0.2
9482024-08-27T22:48:21.387Z Downloaded libm v0.2.8
9492024-08-27T22:48:21.393Z Downloaded itertools v0.10.5
9502024-08-27T22:48:21.400Z Downloaded steno v0.4.1
9512024-08-27T22:48:21.404Z Downloaded blake3 v1.5.1
9522024-08-27T22:48:21.413Z Downloaded strum_macros v0.25.3
9532024-08-27T22:48:21.416Z Downloaded serde_arrays v0.1.0
9542024-08-27T22:48:21.416Z Downloaded diesel_derives v2.2.2
9552024-08-27T22:48:21.420Z Downloaded itertools v0.12.1
9562024-08-27T22:48:21.428Z Downloaded aho-corasick v1.1.3
9572024-08-27T22:48:21.433Z Downloaded hashlink v0.9.1
9582024-08-27T22:48:21.436Z Downloaded funty v2.0.0
9592024-08-27T22:48:21.437Z Downloaded tokio-tungstenite v0.20.1
9602024-08-27T22:48:21.439Z Downloaded tokio-rustls v0.25.0
9612024-08-27T22:48:21.444Z Downloaded similar v2.6.0
9622024-08-27T22:48:21.447Z Downloaded ron v0.8.1
9632024-08-27T22:48:21.452Z Downloaded tracing v0.1.40
9642024-08-27T22:48:21.457Z Downloaded unarray v0.1.4
9652024-08-27T22:48:21.460Z Downloaded strum_macros v0.24.3
9662024-08-27T22:48:21.460Z Downloaded structmeta-derive v0.2.0
9672024-08-27T22:48:21.463Z Downloaded structmeta v0.3.0
9682024-08-27T22:48:21.463Z Downloaded structmeta v0.2.0
9692024-08-27T22:48:21.463Z Downloaded strip-ansi-escapes v0.2.0
9702024-08-27T22:48:21.466Z Downloaded walkdir v2.5.0
9712024-08-27T22:48:21.466Z Downloaded toml v0.7.8
9722024-08-27T22:48:21.469Z Downloaded vsss-rs v3.3.4
9732024-08-27T22:48:21.471Z Downloaded tungstenite v0.23.0
9742024-08-27T22:48:21.474Z Downloaded httpdate v1.0.3
9752024-08-27T22:48:21.477Z Downloaded crossbeam-channel v0.5.12
9762024-08-27T22:48:21.481Z Downloaded env_logger v0.9.3
9772024-08-27T22:48:21.483Z Downloaded rand_seeder v0.3.0
9782024-08-27T22:48:21.486Z Downloaded ppv-lite86 v0.2.17
9792024-08-27T22:48:21.486Z Downloaded powerfmt v0.2.0
9802024-08-27T22:48:21.489Z Downloaded pbkdf2 v0.12.2
9812024-08-27T22:48:21.489Z Downloaded pkcs5 v0.7.1
9822024-08-27T22:48:21.492Z Downloaded wyz v0.5.1
9832024-08-27T22:48:21.495Z Downloaded unicase v2.7.0
9842024-08-27T22:48:21.498Z Downloaded snafu v0.8.2
9852024-08-27T22:48:21.501Z Downloaded derive-where v1.2.7
9862024-08-27T22:48:21.505Z Downloaded base64 v0.22.1
9872024-08-27T22:48:21.510Z Downloaded encoding_rs v0.8.34
9882024-08-27T22:48:21.532Z Downloaded base64 v0.13.1
9892024-08-27T22:48:21.535Z Downloaded openssl-sys v0.9.103
9902024-08-27T22:48:21.539Z Downloaded parse-display-derive v0.10.0
9912024-08-27T22:48:21.542Z Downloaded packed_struct_codegen v0.10.1
9922024-08-27T22:48:21.542Z Downloaded gethostname v0.5.0
9932024-08-27T22:48:21.545Z Downloaded mio v0.8.11
9942024-08-27T22:48:21.548Z Downloaded darling_core v0.20.9
9952024-08-27T22:48:21.554Z Downloaded group v0.13.0
9962024-08-27T22:48:21.557Z Downloaded der_derive v0.7.2
9972024-08-27T22:48:21.557Z Downloaded derive_builder v0.20.0
9982024-08-27T22:48:21.562Z Downloaded rand_chacha v0.3.1
9992024-08-27T22:48:21.564Z Downloaded smf v0.2.3
10002024-08-27T22:48:21.564Z Downloaded signal-hook v0.3.17
10012024-08-27T22:48:21.567Z Downloaded crossbeam-utils v0.8.19
10022024-08-27T22:48:21.570Z Downloaded clang-sys v1.7.0
10032024-08-27T22:48:21.573Z Downloaded async-bb8-diesel v0.2.1
10042024-08-27T22:48:21.576Z Downloaded ahash v0.8.11
10052024-08-27T22:48:21.580Z Downloaded deranged v0.3.11
10062024-08-27T22:48:21.580Z Downloaded whoami v1.5.1
10072024-08-27T22:48:21.583Z Downloaded fallible-streaming-iterator v0.1.9
10082024-08-27T22:48:21.583Z Downloaded memoffset v0.9.1
10092024-08-27T22:48:21.583Z Downloaded libsw v3.3.1
10102024-08-27T22:48:21.586Z Downloaded ascii v1.1.0
10112024-08-27T22:48:21.586Z Downloaded argon2 v0.5.3
10122024-08-27T22:48:21.589Z Downloaded compact_str v0.8.0
10132024-08-27T22:48:21.591Z Downloaded scopeguard v1.2.0
10142024-08-27T22:48:21.594Z Downloaded libgit2-sys v0.17.0+1.8.1
10152024-08-27T22:48:21.653Z Downloaded crc-any v2.5.0
10162024-08-27T22:48:21.656Z Downloaded structmeta-derive v0.3.0
10172024-08-27T22:48:21.659Z Downloaded olpc-cjson v0.1.3
10182024-08-27T22:48:21.659Z Downloaded hubpack v0.1.2
10192024-08-27T22:48:21.659Z Downloaded cookie_store v0.20.0
10202024-08-27T22:48:21.661Z Downloaded arc-swap v1.7.1
10212024-08-27T22:48:21.664Z Downloaded indoc v1.0.9
10222024-08-27T22:48:21.667Z Downloaded crc32fast v1.4.0
10232024-08-27T22:48:21.669Z Downloaded cookie v0.18.1
10242024-08-27T22:48:21.672Z Downloaded bit-set v0.5.3
10252024-08-27T22:48:21.672Z Downloaded async-stream v0.3.5
10262024-08-27T22:48:21.675Z Downloaded opaque-debug v0.3.1
10272024-08-27T22:48:21.675Z Downloaded arrayref v0.3.7
10282024-08-27T22:48:21.679Z Downloaded jobserver v0.1.32
10292024-08-27T22:48:21.679Z Downloaded lock_api v0.4.12
10302024-08-27T22:48:21.679Z Downloaded bcs v0.1.6
10312024-08-27T22:48:21.682Z Downloaded backoff v0.4.0
10322024-08-27T22:48:21.684Z Downloaded async-trait v0.1.81
10332024-08-27T22:48:21.687Z Downloaded aead v0.5.2
10342024-08-27T22:48:21.690Z Downloaded cobs v0.2.3
10352024-08-27T22:48:21.690Z Downloaded cbc v0.1.2
10362024-08-27T22:48:21.758Z Downloaded ring v0.17.8
10372024-08-27T22:48:21.898Z Downloaded ring v0.16.20
10382024-08-27T22:48:22.078Z Downloaded libz-sys v1.1.16
10392024-08-27T22:48:22.206Z Downloaded libsqlite3-sys v0.28.0
10402024-08-27T22:48:22.368Z Compiling serde v1.0.208
10412024-08-27T22:48:22.371Z Compiling typenum v1.17.0
10422024-08-27T22:48:22.371Z Compiling generic-array v0.14.7
10432024-08-27T22:48:22.371Z Compiling lock_api v0.4.12
10442024-08-27T22:48:22.371Z Compiling scopeguard v1.2.0
10452024-08-27T22:48:22.513Z Compiling log v0.4.21
10462024-08-27T22:48:22.548Z Compiling syn v2.0.74
10472024-08-27T22:48:22.562Z Compiling getrandom v0.2.14
10482024-08-27T22:48:22.683Z Compiling jobserver v0.1.32
10492024-08-27T22:48:22.834Z Compiling rand_core v0.6.4
10502024-08-27T22:48:22.992Z Compiling subtle v2.5.0
10512024-08-27T22:48:23.061Z Compiling cc v1.0.97
10522024-08-27T22:48:23.086Z Compiling const-oid v0.9.6
10532024-08-27T22:48:23.316Z Compiling pin-project-lite v0.2.14
10542024-08-27T22:48:23.336Z Compiling smallvec v1.13.2
10552024-08-27T22:48:23.431Z Compiling parking_lot_core v0.9.10
10562024-08-27T22:48:23.450Z Compiling signal-hook-registry v1.4.2
10572024-08-27T22:48:23.604Z Compiling spin v0.9.8
10582024-08-27T22:48:23.834Z Compiling mio v1.0.2
10592024-08-27T22:48:24.146Z Compiling ahash v0.8.11
10602024-08-27T22:48:24.378Z Compiling tinyvec_macros v0.1.1
10612024-08-27T22:48:24.478Z Compiling parking_lot v0.12.2
10622024-08-27T22:48:24.595Z Compiling tinyvec v1.6.0
10632024-08-27T22:48:24.734Z Compiling socket2 v0.5.7
10642024-08-27T22:48:25.094Z Compiling serde_json v1.0.125
10652024-08-27T22:48:25.204Z Compiling futures-core v0.3.30
10662024-08-27T22:48:25.389Z Compiling libm v0.2.8
10672024-08-27T22:48:25.447Z Compiling cpufeatures v0.2.12
10682024-08-27T22:48:25.450Z Compiling futures-sink v0.3.30
10692024-08-27T22:48:25.509Z Compiling num-traits v0.2.19
10702024-08-27T22:48:25.551Z Compiling slab v0.4.9
10712024-08-27T22:48:25.616Z Compiling allocator-api2 v0.2.18
10722024-08-27T22:48:25.764Z Compiling unicode-bidi v0.3.15
10732024-08-27T22:48:26.021Z Compiling futures-channel v0.3.30
10742024-08-27T22:48:26.140Z Compiling unicode-normalization v0.1.23
10752024-08-27T22:48:26.306Z Compiling pin-utils v0.1.0
10762024-08-27T22:48:26.423Z Compiling futures-io v0.3.30
10772024-08-27T22:48:26.465Z Compiling futures-task v0.3.30
10782024-08-27T22:48:26.467Z Compiling vcpkg v0.2.15
10792024-08-27T22:48:26.749Z Compiling pkg-config v0.3.30
10802024-08-27T22:48:26.752Z Compiling base64ct v1.6.0
10812024-08-27T22:48:27.243Z Compiling pem-rfc7468 v0.7.0
10822024-08-27T22:48:27.287Z Compiling ppv-lite86 v0.2.17
10832024-08-27T22:48:27.326Z Compiling percent-encoding v2.3.1
10842024-08-27T22:48:27.358Z Compiling ring v0.17.8
10852024-08-27T22:48:27.691Z Compiling flagset v0.4.5
10862024-08-27T22:48:27.896Z Compiling tracing-core v0.1.32
10872024-08-27T22:48:27.989Z Compiling rustix v0.38.34
10882024-08-27T22:48:28.080Z Compiling rand_chacha v0.3.1
10892024-08-27T22:48:28.386Z Compiling untrusted v0.9.0
10902024-08-27T22:48:28.564Z Compiling rand v0.8.5
10912024-08-27T22:48:28.737Z Compiling openssl-sys v0.9.103
10922024-08-27T22:48:28.940Z Compiling time-core v0.1.2
10932024-08-27T22:48:29.120Z Compiling rustversion v1.0.17
10942024-08-27T22:48:29.319Z Compiling httparse v1.8.0
10952024-08-27T22:48:29.343Z Compiling num-conv v0.1.0
10962024-08-27T22:48:29.589Z Compiling powerfmt v0.2.0
10972024-08-27T22:48:29.753Z Compiling openssl v0.10.66
10982024-08-27T22:48:29.817Z Compiling foreign-types-shared v0.1.1
10992024-08-27T22:48:29.921Z Compiling foreign-types v0.3.2
11002024-08-27T22:48:29.986Z Compiling deranged v0.3.11
11012024-08-27T22:48:30.086Z Compiling time-macros v0.2.18
11022024-08-27T22:48:30.180Z Compiling form_urlencoded v1.2.1
11032024-08-27T22:48:30.320Z Compiling aho-corasick v1.1.3
11042024-08-27T22:48:30.463Z Compiling native-tls v0.2.11
11052024-08-27T22:48:30.492Z Compiling rustls v0.21.12
11062024-08-27T22:48:30.752Z Compiling regex-syntax v0.8.4
11072024-08-27T22:48:30.809Z Compiling syn v1.0.109
11082024-08-27T22:48:31.227Z Compiling crossbeam-utils v0.8.19
11092024-08-27T22:48:31.434Z Compiling num_threads v0.1.7
11102024-08-27T22:48:31.569Z Compiling try-lock v0.2.5
11112024-08-27T22:48:31.717Z Compiling siphasher v0.3.11
11122024-08-27T22:48:31.813Z Compiling want v0.3.1
11132024-08-27T22:48:32.091Z Compiling idna v0.5.0
11142024-08-27T22:48:32.596Z Compiling cookie v0.17.0
11152024-08-27T22:48:32.885Z Compiling iana-time-zone v0.1.60
11162024-08-27T22:48:33.138Z Compiling time v0.3.36
11172024-08-27T22:48:33.305Z Compiling tower-service v0.3.2
11182024-08-27T22:48:33.424Z Compiling finl_unicode v1.2.0
11192024-08-27T22:48:33.427Z Compiling slog v2.7.0
11202024-08-27T22:48:33.569Z Compiling adler v1.0.2
11212024-08-27T22:48:33.825Z Compiling openssl-probe v0.1.5
11222024-08-27T22:48:34.029Z Compiling httpdate v1.0.3
11232024-08-27T22:48:34.136Z Compiling regex-automata v0.4.6
11242024-08-27T22:48:34.174Z Compiling stringprep v0.1.4
11252024-08-27T22:48:34.509Z Compiling miniz_oxide v0.7.2
11262024-08-27T22:48:35.433Z Compiling url v2.5.2
11272024-08-27T22:48:37.064Z Compiling serde_derive v1.0.208
11282024-08-27T22:48:37.216Z Compiling zeroize_derive v1.4.2
11292024-08-27T22:48:37.316Z Compiling zerocopy-derive v0.7.34
11302024-08-27T22:48:37.378Z Compiling tokio-macros v2.4.0
11312024-08-27T22:48:38.143Z Compiling thiserror-impl v1.0.63
11322024-08-27T22:48:38.380Z Compiling futures-macro v0.3.30
11332024-08-27T22:48:38.850Z Compiling zeroize v1.7.0
11342024-08-27T22:48:39.243Z Compiling der_derive v0.7.2
11352024-08-27T22:48:39.651Z Compiling zerocopy v0.7.34
11362024-08-27T22:48:40.457Z Compiling futures-util v0.3.30
11372024-08-27T22:48:40.607Z Compiling crypto-common v0.1.6
11382024-08-27T22:48:40.850Z Compiling block-buffer v0.10.4
11392024-08-27T22:48:41.096Z Compiling digest v0.10.7
11402024-08-27T22:48:41.425Z Compiling block-padding v0.3.3
11412024-08-27T22:48:41.566Z Compiling hmac v0.12.1
11422024-08-27T22:48:41.668Z Compiling inout v0.1.3
11432024-08-27T22:48:41.772Z Compiling hashbrown v0.14.5
11442024-08-27T22:48:41.796Z Compiling thiserror v1.0.63
11452024-08-27T22:48:41.826Z Compiling sha2 v0.10.8
11462024-08-27T22:48:41.927Z Compiling cipher v0.4.4
11472024-08-27T22:48:41.945Z Compiling pest v2.7.10
11482024-08-27T22:48:42.427Z Compiling salsa20 v0.10.2
11492024-08-27T22:48:42.649Z Compiling der v0.7.9
11502024-08-27T22:48:43.105Z Compiling pbkdf2 v0.12.2
11512024-08-27T22:48:43.273Z Compiling tracing-attributes v0.1.27
11522024-08-27T22:48:45.043Z Compiling pest_meta v2.7.10
11532024-08-27T22:48:45.407Z Compiling scroll_derive v0.12.0
11542024-08-27T22:48:46.030Z Compiling spki v0.7.3
11552024-08-27T22:48:46.401Z Compiling pest_generator v2.7.10
11562024-08-27T22:48:46.659Z Compiling scrypt v0.11.0
11572024-08-27T22:48:46.874Z Compiling scroll v0.12.0
11582024-08-27T22:48:46.974Z Compiling cbc v0.1.2
11592024-08-27T22:48:47.106Z Compiling tracing v0.1.40
11602024-08-27T22:48:47.205Z Compiling aes v0.8.4
11612024-08-27T22:48:47.253Z Compiling openssl-macros v0.1.1
11622024-08-27T22:48:47.455Z Compiling goblin v0.8.2
11632024-08-27T22:48:47.595Z Compiling sct v0.7.1
11642024-08-27T22:48:47.912Z Compiling rustls-webpki v0.101.7
11652024-08-27T22:48:48.024Z Compiling md-5 v0.10.6
11662024-08-27T22:48:48.285Z Compiling pkcs5 v0.7.1
11672024-08-27T22:48:48.312Z Compiling num-integer v0.1.46
11682024-08-27T22:48:49.161Z Compiling pkcs8 v0.10.2
11692024-08-27T22:48:49.774Z Compiling backtrace v0.3.71
11702024-08-27T22:48:49.894Z Compiling idna v0.3.0
11712024-08-27T22:48:49.912Z Compiling lazy_static v1.5.0
11722024-08-27T22:48:50.029Z Compiling hash32 v0.2.1
11732024-08-27T22:48:50.060Z Compiling pest_derive v2.7.10
11742024-08-27T22:48:50.079Z Compiling gimli v0.28.1
11752024-08-27T22:48:50.260Z Compiling psl-types v2.0.11
11762024-08-27T22:48:50.401Z Compiling base64 v0.22.1
11772024-08-27T22:48:50.444Z Compiling signal-hook v0.3.17
11782024-08-27T22:48:50.715Z Compiling stable_deref_trait v1.2.0
11792024-08-27T22:48:50.812Z Compiling smoltcp v0.9.1
11802024-08-27T22:48:50.864Z Compiling dtrace-parser v0.2.0
11812024-08-27T22:48:51.180Z Compiling bytes v1.7.1
11822024-08-27T22:48:51.470Z Compiling bitflags v2.6.0
11832024-08-27T22:48:51.575Z Compiling indexmap v2.4.0
11842024-08-27T22:48:51.916Z Compiling semver v1.0.23
11852024-08-27T22:48:52.466Z Compiling tokio v1.39.3
11862024-08-27T22:48:52.667Z Compiling http v0.2.12
11872024-08-27T22:48:52.987Z Compiling rustc_version v0.4.0
11882024-08-27T22:48:53.794Z Compiling heapless v0.7.17
11892024-08-27T22:48:54.260Z Compiling http-body v0.4.6
11902024-08-27T22:48:54.598Z Compiling dof v0.3.0
11912024-08-27T22:48:54.980Z Compiling uuid v1.10.0
11922024-08-27T22:48:55.275Z Compiling serde_tokenstream v0.2.2
11932024-08-27T22:48:55.919Z Compiling usdt-impl v0.5.0
11942024-08-27T22:48:56.140Z Compiling serde_spanned v0.6.7
11952024-08-27T22:48:56.380Z Compiling chrono v0.4.38
11962024-08-27T22:48:56.449Z Compiling toml_datetime v0.6.8
11972024-08-27T22:48:56.847Z Compiling num-bigint-dig v0.8.4
11982024-08-27T22:48:56.948Z Compiling crc32fast v1.4.0
11992024-08-27T22:48:57.160Z Compiling cfg_aliases v0.1.1
12002024-08-27T22:48:57.266Z Compiling fallible-iterator v0.2.0
12012024-08-27T22:48:57.584Z Compiling nix v0.28.0
12022024-08-27T22:48:57.597Z Compiling terminal_size v0.3.0
12032024-08-27T22:48:57.960Z Compiling postgres-protocol v0.6.7
12042024-08-27T22:48:57.963Z Compiling addr2line v0.21.0
12052024-08-27T22:48:58.405Z Compiling publicsuffix v2.2.3
12062024-08-27T22:48:58.597Z Compiling hubpack_derive v0.1.1
12072024-08-27T22:48:58.615Z Compiling num-iter v0.1.45
12082024-08-27T22:48:58.688Z Compiling zerocopy-derive v0.6.6
12092024-08-27T22:48:58.813Z Compiling async-trait v0.1.81
12102024-08-27T22:48:59.512Z Compiling phf_shared v0.11.2
12112024-08-27T22:48:59.902Z Compiling serde_derive_internals v0.29.1
12122024-08-27T22:49:00.071Z Compiling ff v0.13.0
12132024-08-27T22:49:00.094Z Compiling object v0.32.2
12142024-08-27T22:49:00.141Z Compiling fs-err v2.11.0
12152024-08-27T22:49:00.304Z Compiling bitflags v1.3.2
12162024-08-27T22:49:00.404Z Compiling schemars v0.8.21
12172024-08-27T22:49:00.444Z Compiling ipnet v2.9.0
12182024-08-27T22:49:00.763Z Compiling tokio-util v0.7.11
12192024-08-27T22:49:01.429Z Compiling tokio-native-tls v0.3.1
12202024-08-27T22:49:01.619Z Compiling tokio-rustls v0.24.1
12212024-08-27T22:49:01.638Z Compiling base16ct v0.2.0
12222024-08-27T22:49:01.704Z Compiling rustc-demangle v0.1.24
12232024-08-27T22:49:01.949Z Compiling h2 v0.3.26
12242024-08-27T22:49:02.004Z Compiling anyhow v1.0.86
12252024-08-27T22:49:02.165Z Compiling managed v0.8.0
12262024-08-27T22:49:02.623Z Compiling base64 v0.21.7
12272024-08-27T22:49:02.627Z Compiling winnow v0.5.40
12282024-08-27T22:49:02.654Z Compiling either v1.13.0
12292024-08-27T22:49:02.848Z Compiling schemars_derive v0.8.21
12302024-08-27T22:49:03.404Z Compiling rustls-pemfile v1.0.4
12312024-08-27T22:49:03.423Z Compiling clap_builder v4.5.15
12322024-08-27T22:49:03.915Z Compiling sec1 v0.7.3
12332024-08-27T22:49:04.528Z Compiling zerocopy v0.6.6
12342024-08-27T22:49:05.470Z Compiling group v0.13.0
12352024-08-27T22:49:05.479Z Compiling phf v0.11.2
12362024-08-27T22:49:05.688Z Compiling hubpack v0.1.2
12372024-08-27T22:49:05.706Z Compiling cookie_store v0.20.0
12382024-08-27T22:49:06.143Z Compiling toml_edit v0.19.15
12392024-08-27T22:49:06.483Z Compiling postgres-types v0.2.7
12402024-08-27T22:49:07.754Z Compiling usdt-attr-macro v0.5.0
12412024-08-27T22:49:07.972Z Compiling usdt-macro v0.5.0
12422024-08-27T22:49:08.701Z Compiling serde_urlencoded v0.7.1
12432024-08-27T22:49:09.251Z Compiling hyper v0.14.30
12442024-08-27T22:49:09.439Z Compiling pkcs1 v0.7.5
12452024-08-27T22:49:09.489Z Compiling futures-executor v0.3.30
12462024-08-27T22:49:10.061Z Compiling hkdf v0.12.4
12472024-08-27T22:49:10.303Z Compiling signature v2.2.0
12482024-08-27T22:49:10.466Z Compiling crypto-bigint v0.5.5
12492024-08-27T22:49:10.594Z Compiling bstr v1.9.1
12502024-08-27T22:49:10.699Z Compiling regex v1.10.6
12512024-08-27T22:49:11.788Z Compiling enum-as-inner v0.6.0
12522024-08-27T22:49:12.386Z Compiling strum_macros v0.25.3
12532024-08-27T22:49:12.435Z Compiling clap_derive v4.5.13
12542024-08-27T22:49:12.743Z Compiling serde_repr v0.1.19
12552024-08-27T22:49:12.852Z Compiling phf_shared v0.10.0
12562024-08-27T22:49:13.258Z Compiling float-cmp v0.9.0
12572024-08-27T22:49:13.467Z Compiling idna v0.4.0
12582024-08-27T22:49:13.932Z Compiling mio v0.8.11
12592024-08-27T22:49:13.951Z Compiling encoding_rs v0.8.34
12602024-08-27T22:49:15.053Z Compiling fixedbitset v0.4.2
12612024-08-27T22:49:15.217Z Compiling unicode-segmentation v1.11.0
12622024-08-27T22:49:15.508Z Compiling static_assertions v1.1.0
12632024-08-27T22:49:15.613Z Compiling data-encoding v2.6.0
12642024-08-27T22:49:16.053Z Compiling bit-vec v0.6.3
12652024-08-27T22:49:16.474Z Compiling hyper-rustls v0.24.2
12662024-08-27T22:49:16.520Z Compiling hyper-tls v0.5.0
12672024-08-27T22:49:16.564Z Compiling sync_wrapper v0.1.2
12682024-08-27T22:49:16.699Z Compiling whoami v1.5.1
12692024-08-27T22:49:16.833Z Compiling webpki-roots v0.25.4
12702024-08-27T22:49:16.871Z Compiling difflib v0.4.0
12712024-08-27T22:49:16.991Z Compiling minimal-lexical v0.2.1
12722024-08-27T22:49:17.333Z Compiling dyn-clone v1.0.17
12732024-08-27T22:49:17.517Z Compiling precomputed-hash v0.1.1
12742024-08-27T22:49:17.546Z Compiling predicates-core v1.0.6
12752024-08-27T22:49:17.630Z Compiling new_debug_unreachable v1.0.6
12762024-08-27T22:49:17.648Z Compiling normalize-line-endings v0.3.0
12772024-08-27T22:49:17.725Z Compiling mime v0.3.17
12782024-08-27T22:49:17.768Z Compiling predicates v3.1.2
12792024-08-27T22:49:17.900Z Compiling string_cache v0.8.7
12802024-08-27T22:49:17.958Z Compiling clap v4.5.16
12812024-08-27T22:49:18.082Z Compiling reqwest v0.11.27
12822024-08-27T22:49:18.362Z Compiling nom v7.1.3
12832024-08-27T22:49:18.385Z Compiling tokio-postgres v0.7.11
12842024-08-27T22:49:18.404Z Compiling toml_edit v0.22.20
12852024-08-27T22:49:19.316Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12862024-08-27T22:49:19.524Z Compiling bit-set v0.5.3
12872024-08-27T22:49:19.815Z Compiling hickory-proto v0.24.1
12882024-08-27T22:49:21.056Z Compiling similar v2.6.0
12892024-08-27T22:49:22.053Z Compiling petgraph v0.6.5
12902024-08-27T22:49:22.223Z Compiling console v0.15.8
12912024-08-27T22:49:23.496Z Compiling signal-hook-mio v0.2.4
12922024-08-27T22:49:23.696Z Compiling usdt v0.5.0
12932024-08-27T22:49:23.776Z Compiling elliptic-curve v0.13.8
12942024-08-27T22:49:24.039Z Compiling rsa v0.9.6
12952024-08-27T22:49:24.189Z Compiling futures v0.3.30
12962024-08-27T22:49:24.306Z Compiling toml v0.7.8
12972024-08-27T22:49:24.615Z Compiling flate2 v1.0.31
12982024-08-27T22:49:26.079Z Compiling itertools v0.10.5
12992024-08-27T22:49:26.482Z Compiling itertools v0.12.1
13002024-08-27T22:49:26.701Z Compiling tokio-stream v0.1.15
13012024-08-27T22:49:26.815Z Compiling openapiv3 v2.0.0
13022024-08-27T22:49:27.722Z Compiling hex v0.4.3
13032024-08-27T22:49:28.340Z Compiling sha1 v0.10.6
13042024-08-27T22:49:28.768Z Compiling crossbeam-epoch v0.9.18
13052024-08-27T22:49:28.904Z Compiling dirs-sys-next v0.1.2
13062024-08-27T22:49:29.528Z Compiling peg-runtime v0.8.3
13072024-08-27T22:49:29.576Z Compiling unicode-xid v0.2.4
13082024-08-27T22:49:29.675Z Compiling lalrpop-util v0.19.12
13092024-08-27T22:49:29.761Z Compiling dirs-next v2.0.0
13102024-08-27T22:49:29.782Z Compiling thread_local v1.1.8
13112024-08-27T22:49:29.964Z Compiling slog-async v2.8.0
13122024-08-27T22:49:30.004Z Compiling term v0.7.0
13132024-08-27T22:49:30.187Z Compiling xattr v1.3.1
13142024-08-27T22:49:30.225Z Compiling strum_macros v0.26.4
13152024-08-27T22:49:30.331Z Compiling crossbeam-channel v0.5.12
13162024-08-27T22:49:30.457Z Compiling is-terminal v0.4.12
13172024-08-27T22:49:30.547Z Compiling filetime v0.2.24
13182024-08-27T22:49:30.587Z Compiling take_mut v0.2.2
13192024-08-27T22:49:30.747Z Compiling tar v0.4.41
13202024-08-27T22:49:30.854Z Compiling slog-term v2.9.1
13212024-08-27T22:49:31.437Z Compiling camino v1.1.9
13222024-08-27T22:49:32.602Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13232024-08-27T22:49:33.365Z Compiling strum v0.26.3
13242024-08-27T22:49:33.441Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13252024-08-27T22:49:38.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13262024-08-27T22:49:38.929Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13272024-08-27T22:49:38.978ZAug 27 22:49:37.709 INFO Starting download, target: Cockroach
13282024-08-27T22:49:38.978ZAug 27 22:49:37.709 INFO Starting download, target: Console
13292024-08-27T22:49:38.978ZAug 27 22:49:37.709 INFO Starting download, target: Clickhouse
13302024-08-27T22:49:38.980ZAug 27 22:49:37.709 INFO Starting download, target: DendriteOpenapi
13312024-08-27T22:49:38.980ZAug 27 22:49:37.709 INFO Starting download, target: DendriteStub
13322024-08-27T22:49:38.980ZAug 27 22:49:37.709 INFO Starting download, target: MaghemiteMgd
13332024-08-27T22:49:38.980ZAug 27 22:49:37.709 INFO Starting download, target: TransceiverControl
13342024-08-27T22:49:38.981ZAug 27 22:49:37.710 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13352024-08-27T22:49:38.981ZAug 27 22:49:37.710 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13362024-08-27T22:49:38.981ZAug 27 22:49:37.710 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13372024-08-27T22:49:38.981ZAug 27 22:49:37.710 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13382024-08-27T22:49:38.981ZAug 27 22:49:37.710 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13392024-08-27T22:49:38.981ZAug 27 22:49:37.710 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13402024-08-27T22:49:38.981ZAug 27 22:49:37.710 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13412024-08-27T22:49:39.420ZAug 27 22:49:38.090 INFO Download complete, target: DendriteOpenapi
13422024-08-27T22:49:39.611ZAug 27 22:49:38.277 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13432024-08-27T22:49:39.699ZAug 27 22:49:38.303 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13442024-08-27T22:49:39.960ZAug 27 22:49:38.688 INFO Download complete, target: Console
13452024-08-27T22:49:39.986ZAug 27 22:49:38.714 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13462024-08-27T22:49:40.216ZAug 27 22:49:38.947 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13472024-08-27T22:49:40.216ZAug 27 22:49:38.947 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13482024-08-27T22:49:40.327ZAug 27 22:49:39.057 INFO Download complete, target: TransceiverControl
13492024-08-27T22:49:40.421ZAug 27 22:49:39.152 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13502024-08-27T22:49:41.009ZAug 27 22:49:39.740 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13512024-08-27T22:49:42.961ZAug 27 22:49:41.693 INFO Download complete, target: DendriteStub
13522024-08-27T22:49:43.839ZAug 27 22:49:42.390 INFO Download complete, target: MaghemiteMgd
13532024-08-27T22:49:48.433ZAug 27 22:49:47.163 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13542024-08-27T22:49:48.756ZAug 27 22:49:47.486 INFO Checking that binary works, target: Cockroach
13552024-08-27T22:49:48.920ZAug 27 22:49:47.650 INFO Download complete, target: Cockroach
13562024-08-27T22:49:54.852ZAug 27 22:49:53.582 INFO Checking that binary works, target: Clickhouse
13572024-08-27T22:49:55.021ZAug 27 22:49:53.750 INFO Download complete, target: Clickhouse
13582024-08-27T22:49:55.028ZAll prerequisites installed successfully
13592024-08-27T22:49:55.032Z
13602024-08-27T22:49:55.032Zreal 4:00.577040298
13612024-08-27T22:49:55.032Zuser 11:24.204731913
13622024-08-27T22:49:55.032Zsys 2:26.453791687
13632024-08-27T22:49:55.032Ztrap 0.406986690
13642024-08-27T22:49:55.032Ztflt 1.413897335
13652024-08-27T22:49:55.032Zdflt 1.713449337
13662024-08-27T22:49:55.032Zkflt 0.049874156
13672024-08-27T22:49:55.032Zlock 22:14.939627387
13682024-08-27T22:49:55.032Zslp 44:24.164511947
13692024-08-27T22:49:55.032Zlat 43.240890090
13702024-08-27T22:49:55.032Zstop 1:51.587314937
13712024-08-27T22:49:55.033Z+ ptime -m cargo xtask download softnpu
13722024-08-27T22:49:55.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13732024-08-27T22:49:55.600Z Running `target/debug/xtask download softnpu`
13742024-08-27T22:49:56.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
13752024-08-27T22:49:56.456Z Running `target/debug/xtask-downloader softnpu`
13762024-08-27T22:49:56.491ZAug 27 22:49:55.220 INFO Starting download, target: Softnpu
13772024-08-27T22:49:56.494ZAug 27 22:49:55.221 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
13782024-08-27T22:49:57.088ZAug 27 22:49:55.817 INFO Download complete, target: Softnpu
13792024-08-27T22:49:57.092Z
13802024-08-27T22:49:57.094Zreal 2.055809453
13812024-08-27T22:49:57.094Zuser 1.219807163
13822024-08-27T22:49:57.094Zsys 0.557151168
13832024-08-27T22:49:57.094Ztrap 0.001882148
13842024-08-27T22:49:57.094Ztflt 0.000010977
13852024-08-27T22:49:57.094Zdflt 0.000021136
13862024-08-27T22:49:57.094Zkflt 0.000000000
13872024-08-27T22:49:57.094Zlock 5.879880295
13882024-08-27T22:49:57.094Zslp 0.573226985
13892024-08-27T22:49:57.094Zlat 0.093467542
13902024-08-27T22:49:57.094Zstop 0.000384143
13912024-08-27T22:49:57.094Z+ export CARGO_INCREMENTAL=0
13922024-08-27T22:49:57.094Z+ CARGO_INCREMENTAL=0
13932024-08-27T22:49:57.094Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
13942024-08-27T22:49:58.037Z Compiling proc-macro2 v1.0.86
13952024-08-27T22:49:58.037Z Compiling unicode-ident v1.0.12
13962024-08-27T22:49:58.038Z Compiling libc v0.2.156
13972024-08-27T22:49:58.040Z Compiling serde v1.0.208
13982024-08-27T22:49:58.040Z Compiling version_check v0.9.5
13992024-08-27T22:49:58.040Z Compiling autocfg v1.3.0
14002024-08-27T22:49:58.041Z Compiling cfg-if v1.0.0
14012024-08-27T22:49:58.041Z Compiling once_cell v1.19.0
14022024-08-27T22:49:58.326Z Compiling typenum v1.17.0
14032024-08-27T22:49:58.378Z Compiling memchr v2.7.2
14042024-08-27T22:49:58.767Z Compiling byteorder v1.5.0
14052024-08-27T22:49:58.783Z Compiling generic-array v0.14.7
14062024-08-27T22:49:59.080Z Compiling lock_api v0.4.12
14072024-08-27T22:49:59.193Z Compiling ahash v0.8.11
14082024-08-27T22:49:59.235Z Compiling serde_json v1.0.125
14092024-08-27T22:49:59.381Z Compiling libm v0.2.8
14102024-08-27T22:49:59.544Z Compiling num-traits v0.2.19
14112024-08-27T22:49:59.585Z Compiling parking_lot_core v0.9.10
14122024-08-27T22:49:59.732Z Compiling quote v1.0.36
14132024-08-27T22:49:59.846Z Compiling thiserror v1.0.63
14142024-08-27T22:50:00.008Z Compiling scopeguard v1.2.0
14152024-08-27T22:50:00.168Z Compiling syn v2.0.74
14162024-08-27T22:50:00.317Z Compiling getrandom v0.2.14
14172024-08-27T22:50:00.338Z Compiling jobserver v0.1.32
14182024-08-27T22:50:00.491Z Compiling log v0.4.21
14192024-08-27T22:50:00.636Z Compiling itoa v1.0.11
14202024-08-27T22:50:00.726Z Compiling cc v1.0.97
14212024-08-27T22:50:00.894Z Compiling allocator-api2 v0.2.18
14222024-08-27T22:50:01.052Z Compiling rand_core v0.6.4
14232024-08-27T22:50:01.088Z Compiling slab v0.4.9
14242024-08-27T22:50:01.444Z Compiling semver v1.0.23
14252024-08-27T22:50:01.447Z Compiling pin-project-lite v0.2.14
14262024-08-27T22:50:01.706Z Compiling ryu v1.0.18
14272024-08-27T22:50:02.004Z Compiling smallvec v1.13.2
14282024-08-27T22:50:02.027Z Compiling equivalent v1.0.1
14292024-08-27T22:50:02.176Z Compiling vcpkg v0.2.15
14302024-08-27T22:50:02.195Z Compiling schemars v0.8.21
14312024-08-27T22:50:02.283Z Compiling pkg-config v0.3.30
14322024-08-27T22:50:02.550Z Compiling spin v0.9.8
14332024-08-27T22:50:02.994Z Compiling signal-hook-registry v1.4.2
14342024-08-27T22:50:03.368Z Compiling subtle v2.5.0
14352024-08-27T22:50:03.743Z Compiling parking_lot v0.12.2
14362024-08-27T22:50:03.903Z Compiling mio v1.0.2
14372024-08-27T22:50:03.992Z Compiling ring v0.17.8
14382024-08-27T22:50:04.451Z Compiling openssl-sys v0.9.103
14392024-08-27T22:50:05.030Z Compiling const-oid v0.9.6
14402024-08-27T22:50:05.187Z Compiling socket2 v0.5.7
14412024-08-27T22:50:05.545Z Compiling syn v1.0.109
14422024-08-27T22:50:05.902Z Compiling httparse v1.8.0
14432024-08-27T22:50:05.988Z Compiling heck v0.5.0
14442024-08-27T22:50:06.282Z Compiling time-core v0.1.2
14452024-08-27T22:50:06.410Z Compiling num-conv v0.1.0
14462024-08-27T22:50:06.477Z Compiling fnv v1.0.7
14472024-08-27T22:50:06.615Z Compiling futures-core v0.3.30
14482024-08-27T22:50:06.689Z Compiling time-macros v0.2.18
14492024-08-27T22:50:06.768Z Compiling openssl v0.10.66
14502024-08-27T22:50:06.864Z Compiling rustix v0.38.34
14512024-08-27T22:50:07.194Z Compiling crossbeam-utils v0.8.19
14522024-08-27T22:50:07.672Z Compiling serde_derive_internals v0.29.1
14532024-08-27T22:50:08.142Z Compiling native-tls v0.2.11
14542024-08-27T22:50:08.390Z Compiling iana-time-zone v0.1.60
14552024-08-27T22:50:08.490Z Compiling tinyvec_macros v0.1.1
14562024-08-27T22:50:08.582Z Compiling futures-sink v0.3.30
14572024-08-27T22:50:08.747Z Compiling rustls v0.21.12
14582024-08-27T22:50:08.764Z Compiling tinyvec v1.6.0
14592024-08-27T22:50:09.120Z Compiling cpufeatures v0.2.12
14602024-08-27T22:50:09.213Z Compiling ucd-trie v0.1.6
14612024-08-27T22:50:09.911Z Compiling backtrace v0.3.71
14622024-08-27T22:50:10.138Z Compiling cookie v0.17.0
14632024-08-27T22:50:10.180Z Compiling slog v2.7.0
14642024-08-27T22:50:10.254Z Compiling unicode-normalization v0.1.23
14652024-08-27T22:50:10.350Z Compiling unicode-bidi v0.3.15
14662024-08-27T22:50:10.643Z Compiling futures-channel v0.3.30
14672024-08-27T22:50:10.911Z Compiling aho-corasick v1.1.3
14682024-08-27T22:50:11.100Z Compiling regex-syntax v0.8.4
14692024-08-27T22:50:11.564Z Compiling futures-task v0.3.30
14702024-08-27T22:50:11.864Z Compiling pin-utils v0.1.0
14712024-08-27T22:50:11.982Z Compiling futures-io v0.3.30
14722024-08-27T22:50:12.780Z Compiling untrusted v0.9.0
14732024-08-27T22:50:13.075Z Compiling dyn-clone v1.0.17
14742024-08-27T22:50:13.090Z Compiling anyhow v1.0.86
14752024-08-27T22:50:13.191Z Compiling serde_derive v1.0.208
14762024-08-27T22:50:13.289Z Compiling zeroize_derive v1.4.2
14772024-08-27T22:50:13.628Z Compiling zerocopy-derive v0.7.34
14782024-08-27T22:50:14.186Z Compiling thiserror-impl v1.0.63
14792024-08-27T22:50:14.672Z Compiling tokio-macros v2.4.0
14802024-08-27T22:50:15.269Z Compiling zeroize v1.7.0
14812024-08-27T22:50:15.496Z Compiling zerocopy v0.7.34
14822024-08-27T22:50:16.117Z Compiling futures-macro v0.3.30
14832024-08-27T22:50:17.346Z Compiling crypto-common v0.1.6
14842024-08-27T22:50:17.535Z Compiling schemars_derive v0.8.21
14852024-08-27T22:50:17.620Z Compiling hashbrown v0.14.5
14862024-08-27T22:50:17.864Z Compiling tracing-attributes v0.1.27
14872024-08-27T22:50:18.515Z Compiling block-buffer v0.10.4
14882024-08-27T22:50:18.766Z Compiling digest v0.10.7
14892024-08-27T22:50:18.825Z Compiling der_derive v0.7.2
14902024-08-27T22:50:19.184Z Compiling openssl-macros v0.1.1
14912024-08-27T22:50:19.725Z Compiling scroll_derive v0.12.0
14922024-08-27T22:50:19.877Z Compiling hmac v0.12.1
14932024-08-27T22:50:20.079Z Compiling block-padding v0.3.3
14942024-08-27T22:50:20.353Z Compiling pest v2.7.10
14952024-08-27T22:50:20.922Z Compiling inout v0.1.3
14962024-08-27T22:50:20.949Z Compiling sha2 v0.10.8
14972024-08-27T22:50:21.023Z Compiling futures-util v0.3.30
14982024-08-27T22:50:21.025Z Compiling regex-automata v0.4.6
14992024-08-27T22:50:21.209Z Compiling cipher v0.4.4
15002024-08-27T22:50:21.772Z Compiling winnow v0.5.40
15012024-08-27T22:50:23.230Z Compiling pest_meta v2.7.10
15022024-08-27T22:50:25.663Z Compiling pest_generator v2.7.10
15032024-08-27T22:50:26.347Z Compiling bytes v1.7.1
15042024-08-27T22:50:30.913Z Compiling indexmap v2.4.0
15052024-08-27T22:50:31.014Z Compiling tokio v1.39.3
15062024-08-27T22:50:31.014Z Compiling bitflags v2.6.0
15072024-08-27T22:50:31.014Z Compiling uuid v1.10.0
15082024-08-27T22:50:31.014Z Compiling serde_tokenstream v0.2.2
15092024-08-27T22:50:31.014Z Compiling chrono v0.4.38
15102024-08-27T22:50:31.161Z Compiling toml_datetime v0.6.8
15112024-08-27T22:50:31.598Z Compiling serde_spanned v0.6.7
15122024-08-27T22:50:31.772Z Compiling http v0.2.12
15132024-08-27T22:50:31.795Z Compiling toml_edit v0.19.15
15142024-08-27T22:50:34.100Z Compiling rustc_version v0.4.0
15152024-08-27T22:50:34.231Z Compiling pest_derive v2.7.10
15162024-08-27T22:50:34.710Z Compiling tracing-core v0.1.32
15172024-08-27T22:50:35.019Z Compiling usdt-impl v0.5.0
15182024-08-27T22:50:35.381Z Compiling base64ct v1.6.0
15192024-08-27T22:50:36.088Z Compiling rustversion v1.0.17
15202024-08-27T22:50:36.781Z Compiling pem-rfc7468 v0.7.0
15212024-08-27T22:50:37.011Z Compiling tracing v0.1.40
15222024-08-27T22:50:37.058Z Compiling heapless v0.7.17
15232024-08-27T22:50:37.383Z Compiling scroll v0.12.0
15242024-08-27T22:50:37.501Z Compiling flagset v0.4.5
15252024-08-27T22:50:37.708Z Compiling ppv-lite86 v0.2.17
15262024-08-27T22:50:37.836Z Compiling percent-encoding v2.3.1
15272024-08-27T22:50:37.961Z Compiling heck v0.4.1
15282024-08-27T22:50:38.374Z Compiling powerfmt v0.2.0
15292024-08-27T22:50:38.448Z Compiling plain v0.2.3
15302024-08-27T22:50:38.588Z Compiling goblin v0.8.2
15312024-08-27T22:50:38.604Z Compiling rand_chacha v0.3.1
15322024-08-27T22:50:38.607Z Compiling tokio-util v0.7.11
15332024-08-27T22:50:38.848Z Compiling deranged v0.3.11
15342024-08-27T22:50:39.566Z Compiling der v0.7.9
15352024-08-27T22:50:42.197Z Compiling regex v1.10.6
15362024-08-27T22:50:42.570Z Compiling salsa20 v0.10.2
15372024-08-27T22:50:42.588Z Compiling pbkdf2 v0.12.2
15382024-08-27T22:50:43.075Z Compiling num_threads v0.1.7
15392024-08-27T22:50:43.121Z Compiling strsim v0.11.1
15402024-08-27T22:50:43.148Z Compiling pretty-hex v0.4.1
15412024-08-27T22:50:43.275Z Compiling crc32fast v1.4.0
15422024-08-27T22:50:43.355Z Compiling time v0.3.36
15432024-08-27T22:50:44.115Z Compiling scrypt v0.11.0
15442024-08-27T22:50:44.177Z Compiling dof v0.3.0
15452024-08-27T22:50:44.211Z Compiling spki v0.7.3
15462024-08-27T22:50:44.572Z Compiling rand v0.8.5
15472024-08-27T22:50:44.814Z Compiling dtrace-parser v0.2.0
15482024-08-27T22:50:45.919Z Compiling aes v0.8.4
15492024-08-27T22:50:46.089Z Compiling cbc v0.1.2
15502024-08-27T22:50:46.310Z Compiling async-trait v0.1.81
15512024-08-27T22:50:46.587Z Compiling thread-id v4.2.1
15522024-08-27T22:50:46.701Z Compiling unicode-width v0.1.13
15532024-08-27T22:50:46.717Z Compiling foreign-types-shared v0.1.1
15542024-08-27T22:50:46.777Z Compiling smoltcp v0.9.1
15552024-08-27T22:50:46.824Z Compiling signal-hook v0.3.17
15562024-08-27T22:50:46.932Z Compiling num-bigint-dig v0.8.4
15572024-08-27T22:50:47.150Z Compiling foreign-types v0.3.2
15582024-08-27T22:50:47.267Z Compiling pkcs5 v0.7.1
15592024-08-27T22:50:48.480Z Compiling form_urlencoded v1.2.1
15602024-08-27T22:50:49.020Z Compiling errno v0.3.9
15612024-08-27T22:50:49.270Z Compiling adler v1.0.2
15622024-08-27T22:50:49.520Z Compiling try-lock v0.2.5
15632024-08-27T22:50:49.568Z Compiling siphasher v0.3.11
15642024-08-27T22:50:49.625Z Compiling cfg_aliases v0.1.1
15652024-08-27T22:50:49.745Z Compiling nix v0.28.0
15662024-08-27T22:50:49.831Z Compiling want v0.3.1
15672024-08-27T22:50:50.236Z Compiling miniz_oxide v0.7.2
15682024-08-27T22:50:52.451Z Compiling pkcs8 v0.10.2
15692024-08-27T22:50:52.606Z Compiling sct v0.7.1
15702024-08-27T22:50:52.893Z Compiling rustls-webpki v0.101.7
15712024-08-27T22:50:53.102Z Compiling h2 v0.3.26
15722024-08-27T22:50:53.884Z Compiling http-body v0.4.6
15732024-08-27T22:50:55.019Z Compiling openapiv3 v2.0.0
15742024-08-27T22:50:55.083Z Compiling hubpack_derive v0.1.1
15752024-08-27T22:50:55.104Z Compiling zerocopy-derive v0.6.6
15762024-08-27T22:50:55.884Z Compiling idna v0.5.0
15772024-08-27T22:50:56.212Z Compiling fs-err v2.11.0
15782024-08-27T22:50:56.651Z Compiling httpdate v1.0.3
15792024-08-27T22:50:57.049Z Compiling stable_deref_trait v1.2.0
15802024-08-27T22:50:57.104Z Compiling gimli v0.28.1
15812024-08-27T22:50:57.236Z Compiling anstyle v1.0.8
15822024-08-27T22:50:57.699Z Compiling utf8parse v0.2.1
15832024-08-27T22:50:57.826Z Compiling tower-service v0.3.2
15842024-08-27T22:50:58.872Z Compiling openssl-probe v0.1.5
15852024-08-27T22:50:59.022Z Compiling finl_unicode v1.2.0
15862024-08-27T22:50:59.620Z Compiling stringprep v0.1.4
15872024-08-27T22:51:00.486Z Compiling hyper v0.14.30
15882024-08-27T22:51:00.557Z Compiling anstyle-parse v0.2.4
15892024-08-27T22:51:02.892Z Compiling addr2line v0.21.0
15902024-08-27T22:51:03.656Z Compiling url v2.5.2
15912024-08-27T22:51:10.119Z Compiling usdt-attr-macro v0.5.0
15922024-08-27T22:51:11.668Z Compiling usdt-macro v0.5.0
15932024-08-27T22:51:13.823Z Compiling md-5 v0.10.6
15942024-08-27T22:51:14.168Z Compiling idna v0.3.0
15952024-08-27T22:51:15.665Z Compiling lazy_static v1.5.0
15962024-08-27T22:51:15.804Z Compiling num-integer v0.1.46
15972024-08-27T22:51:16.578Z Compiling object v0.32.2
15982024-08-27T22:51:16.966Z Compiling hash32 v0.2.1
15992024-08-27T22:51:17.182Z Compiling rustc-demangle v0.1.24
16002024-08-27T22:51:17.292Z Compiling anstyle-query v1.0.3
16012024-08-27T22:51:17.349Z Compiling fallible-iterator v0.2.0
16022024-08-27T22:51:17.426Z Compiling is_terminal_polyfill v1.70.0
16032024-08-27T22:51:17.559Z Compiling base64 v0.22.1
16042024-08-27T22:51:18.485Z Compiling psl-types v2.0.11
16052024-08-27T22:51:18.688Z Compiling colorchoice v1.0.1
16062024-08-27T22:51:18.860Z Compiling anstream v0.6.14
16072024-08-27T22:51:19.509Z Compiling publicsuffix v2.2.3
16082024-08-27T22:51:20.809Z Compiling postgres-protocol v0.6.7
16092024-08-27T22:51:22.039Z Compiling num-iter v0.1.45
16102024-08-27T22:51:23.622Z Compiling tokio-rustls v0.24.1
16112024-08-27T22:51:24.311Z Compiling terminal_size v0.3.0
16122024-08-27T22:51:25.094Z Compiling tokio-native-tls v0.3.1
16132024-08-27T22:51:25.366Z Compiling phf_shared v0.11.2
16142024-08-27T22:51:26.270Z Compiling strum_macros v0.25.3
16152024-08-27T22:51:26.367Z Compiling enum-as-inner v0.6.0
16162024-08-27T22:51:27.085Z Compiling regress v0.9.1
16172024-08-27T22:51:27.634Z Compiling serde_repr v0.1.19
16182024-08-27T22:51:28.469Z Compiling clap_derive v4.5.13
16192024-08-27T22:51:29.987Z Compiling ff v0.13.0
16202024-08-27T22:51:31.827Z Compiling encoding_rs v0.8.34
16212024-08-27T22:51:31.859Z Compiling either v1.13.0
16222024-08-27T22:51:32.985Z Compiling managed v0.8.0
16232024-08-27T22:51:33.127Z Compiling clap_lex v0.7.0
16242024-08-27T22:51:33.460Z Compiling mime v0.3.17
16252024-08-27T22:51:33.574Z Compiling ipnet v2.9.0
16262024-08-27T22:51:34.275Z Compiling base64 v0.21.7
16272024-08-27T22:51:34.550Z Compiling bitflags v1.3.2
16282024-08-27T22:51:34.655Z Compiling base16ct v0.2.0
16292024-08-27T22:51:34.961Z Compiling sec1 v0.7.3
16302024-08-27T22:51:35.513Z Compiling rustls-pemfile v1.0.4
16312024-08-27T22:51:35.695Z Compiling clap_builder v4.5.15
16322024-08-27T22:51:35.887Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16332024-08-27T22:51:37.616Z Compiling group v0.13.0
16342024-08-27T22:51:44.367Z Compiling phf v0.11.2
16352024-08-27T22:51:44.452Z Compiling hyper-tls v0.5.0
16362024-08-27T22:51:44.452Z Compiling hyper-rustls v0.24.2
16372024-08-27T22:51:44.452Z Compiling cookie_store v0.20.0
16382024-08-27T22:51:44.452Z Compiling postgres-types v0.2.7
16392024-08-27T22:51:44.492Z Compiling zerocopy v0.6.6
16402024-08-27T22:51:44.778Z Compiling hubpack v0.1.2
16412024-08-27T22:51:44.916Z Compiling pkcs1 v0.7.5
16422024-08-27T22:51:45.148Z Compiling phf_shared v0.10.0
16432024-08-27T22:51:45.200Z Compiling serde_urlencoded v0.7.1
16442024-08-27T22:51:45.707Z Compiling crossbeam-epoch v0.9.18
16452024-08-27T22:51:45.768Z Compiling futures-executor v0.3.30
16462024-08-27T22:51:45.789Z Compiling bstr v1.9.1
16472024-08-27T22:51:46.489Z Compiling hkdf v0.12.4
16482024-08-27T22:51:46.721Z Compiling signature v2.2.0
16492024-08-27T22:51:46.865Z Compiling crypto-bigint v0.5.5
16502024-08-27T22:51:46.947Z Compiling idna v0.4.0
16512024-08-27T22:51:47.137Z Compiling float-cmp v0.9.0
16522024-08-27T22:51:47.358Z Compiling mio v0.8.11
16532024-08-27T22:51:47.446Z Compiling memmap v0.7.0
16542024-08-27T22:51:47.778Z Compiling precomputed-hash v0.1.1
16552024-08-27T22:51:47.897Z Compiling unicode-segmentation v1.11.0
16562024-08-27T22:51:48.275Z Compiling minimal-lexical v0.2.1
16572024-08-27T22:51:48.440Z Compiling static_assertions v1.1.0
16582024-08-27T22:51:48.459Z Compiling whoami v1.5.1
16592024-08-27T22:51:48.694Z Compiling normalize-line-endings v0.3.0
16602024-08-27T22:51:48.771Z Compiling winnow v0.6.18
16612024-08-27T22:51:48.818Z Compiling data-encoding v2.6.0
16622024-08-27T22:51:48.980Z Compiling webpki-roots v0.25.4
16632024-08-27T22:51:49.150Z Compiling sync_wrapper v0.1.2
16642024-08-27T22:51:49.288Z Compiling predicates-core v1.0.6
16652024-08-27T22:51:49.577Z Compiling fixedbitset v0.4.2
16662024-08-27T22:51:49.597Z Compiling bit-vec v0.6.3
16672024-08-27T22:51:49.655Z Compiling new_debug_unreachable v1.0.6
16682024-08-27T22:51:49.755Z Compiling difflib v0.4.0
16692024-08-27T22:51:50.020Z Compiling bit-set v0.5.3
16702024-08-27T22:51:50.300Z Compiling predicates v3.1.2
16712024-08-27T22:51:50.326Z Compiling reqwest v0.11.27
16722024-08-27T22:51:50.493Z Compiling petgraph v0.6.5
16732024-08-27T22:51:50.982Z Compiling string_cache v0.8.7
16742024-08-27T22:51:51.227Z Compiling elliptic-curve v0.13.8
16752024-08-27T22:51:51.405Z Compiling hickory-proto v0.24.1
16762024-08-27T22:51:51.958Z Compiling tokio-postgres v0.7.11
16772024-08-27T22:51:52.542Z Compiling toml_edit v0.22.20
16782024-08-27T22:51:52.558Z Compiling nom v7.1.3
16792024-08-27T22:51:52.639Z Compiling similar v2.6.0
16802024-08-27T22:51:54.584Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16812024-08-27T22:51:54.677Z Compiling signal-hook-mio v0.2.4
16822024-08-27T22:51:54.849Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16832024-08-27T22:51:56.135Z Compiling usdt v0.5.0
16842024-08-27T22:51:57.375Z Compiling rsa v0.9.6
16852024-08-27T22:51:58.554Z Compiling futures v0.3.30
16862024-08-27T22:51:59.747Z Compiling flate2 v1.0.31
16872024-08-27T22:52:00.475Z Compiling clap v4.5.16
16882024-08-27T22:52:00.677Z Compiling itertools v0.12.1
16892024-08-27T22:52:00.819Z Compiling itertools v0.10.5
16902024-08-27T22:52:00.852Z Compiling console v0.15.8
16912024-08-27T22:52:01.317Z Compiling tokio-stream v0.1.15
16922024-08-27T22:52:02.124Z Compiling toml v0.7.8
16932024-08-27T22:52:02.343Z Compiling hex v0.4.3
16942024-08-27T22:52:02.963Z Compiling sha1 v0.10.6
16952024-08-27T22:52:03.216Z Compiling camino v1.1.9
16962024-08-27T22:52:03.363Z Compiling unicode-xid v0.2.4
16972024-08-27T22:52:03.825Z Compiling lalrpop-util v0.19.12
16982024-08-27T22:52:03.931Z Compiling peg-runtime v0.8.3
16992024-08-27T22:52:04.429Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17002024-08-27T22:52:04.564Z Compiling proc-macro-crate v1.3.1
17012024-08-27T22:52:04.772Z Compiling heapless v0.8.0
17022024-08-27T22:52:05.510Z Compiling num_enum_derive v0.5.11
17032024-08-27T22:52:07.798Z Compiling ipnetwork v0.20.0
17042024-08-27T22:52:10.069Z Compiling hash32 v0.3.1
17052024-08-27T22:52:10.831Z Compiling smoltcp v0.11.0
17062024-08-27T22:52:11.451Z Compiling ident_case v1.0.1
17072024-08-27T22:52:11.473Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17082024-08-27T22:52:11.623Z Compiling rustls-pki-types v1.7.0
17092024-08-27T22:52:16.160Z Compiling darling_core v0.20.9
17102024-08-27T22:52:20.122Z Compiling num_enum v0.5.11
17112024-08-27T22:52:21.326Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17122024-08-27T22:52:21.783Z Compiling getopts v0.2.21
17132024-08-27T22:52:22.856Z Compiling dirs-sys-next v0.1.2
17142024-08-27T22:52:23.523Z Compiling proc-macro-error-attr v1.0.4
17152024-08-27T22:52:23.869Z Compiling cobs v0.2.3
17162024-08-27T22:52:24.253Z Compiling paste v1.0.15
17172024-08-27T22:52:24.304Z Compiling rustls v0.22.4
17182024-08-27T22:52:24.753Z Compiling unsafe-libyaml v0.2.11
17192024-08-27T22:52:25.339Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17202024-08-27T22:52:26.554Z Compiling embedded-io v0.4.0
17212024-08-27T22:52:26.801Z Compiling postcard v1.0.8
17222024-08-27T22:52:26.818Z Compiling serde_yaml v0.9.34+deprecated
17232024-08-27T22:52:29.260Z Compiling dirs-next v2.0.0
17242024-08-27T22:52:29.591Z Compiling darling_macro v0.20.9
17252024-08-27T22:52:29.892Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17262024-08-27T22:52:38.463Z Compiling rustls-webpki v0.102.4
17272024-08-27T22:52:46.124Z Compiling strum_macros v0.26.4
17282024-08-27T22:52:46.581Z Compiling structmeta-derive v0.3.0
17292024-08-27T22:52:47.025Z Compiling foreign-types-macros v0.2.3
17302024-08-27T22:52:48.502Z Compiling thread_local v1.1.8
17312024-08-27T22:52:49.258Z Compiling proc-macro-error v1.0.4
17322024-08-27T22:52:49.578Z Compiling multer v3.1.0
17332024-08-27T22:52:49.899Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17342024-08-27T22:52:50.217Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17352024-08-27T22:52:50.758Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17362024-08-27T22:52:51.595Z Compiling foreign-types-shared v0.3.1
17372024-08-27T22:52:51.879Z Compiling slog-async v2.8.0
17382024-08-27T22:52:52.148Z Compiling match_cfg v0.1.0
17392024-08-27T22:52:52.700Z Compiling hostname v0.3.1
17402024-08-27T22:52:52.968Z Compiling foreign-types v0.5.0
17412024-08-27T22:52:57.023Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17422024-08-27T22:52:58.689Z Compiling strum v0.26.3
17432024-08-27T22:52:59.885Z Compiling structmeta v0.3.0
17442024-08-27T22:53:05.770Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17452024-08-27T22:53:06.687Z Compiling darling v0.20.9
17462024-08-27T22:53:06.839Z Compiling term v0.7.0
17472024-08-27T22:53:08.250Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17482024-08-27T22:53:09.755Z Compiling slog-json v2.6.1
17492024-08-27T22:53:10.195Z Compiling tabwriter v1.4.0
17502024-08-27T22:53:10.973Z Compiling crossbeam-channel v0.5.12
17512024-08-27T22:53:12.470Z Compiling http v1.1.0
17522024-08-27T22:53:12.513Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17532024-08-27T22:53:12.528Z Compiling async-stream-impl v0.3.5
17542024-08-27T22:53:13.305Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17552024-08-27T22:53:13.811Z Compiling is-terminal v0.4.12
17562024-08-27T22:53:13.955Z Compiling cstr-argument v0.1.2
17572024-08-27T22:53:14.198Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17582024-08-27T22:53:14.226Z Compiling atomic-waker v1.1.2
17592024-08-27T22:53:14.427Z Compiling pretty-hex v0.2.1
17602024-08-27T22:53:14.649Z Compiling fastrand v2.1.0
17612024-08-27T22:53:15.318Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17622024-08-27T22:53:15.600Z Compiling take_mut v0.2.2
17632024-08-27T22:53:15.773Z Compiling crucible-workspace-hack v0.1.0
17642024-08-27T22:53:16.043Z Compiling rayon-core v1.12.1
17652024-08-27T22:53:16.391Z Compiling tempfile v3.10.1
17662024-08-27T22:53:17.146Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17672024-08-27T22:53:17.582Z Compiling waitgroup v0.1.2
17682024-08-27T22:53:17.968Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17692024-08-27T22:53:18.072Z Compiling slog-term v2.9.1
17702024-08-27T22:53:18.881Z Compiling async-stream v0.3.5
17712024-08-27T22:53:19.200Z Compiling slog-bunyan v2.5.0
17722024-08-27T22:53:19.350Z Compiling serde_with_macros v3.9.0
17732024-08-27T22:53:19.466Z Compiling tokio-rustls v0.25.0
17742024-08-27T22:53:19.860Z Compiling parse-display-derive v0.10.0
17752024-08-27T22:53:19.931Z Compiling toml v0.8.19
17762024-08-27T22:53:20.308Z Compiling rustls-pemfile v2.1.3
17772024-08-27T22:53:20.668Z Compiling crossbeam-deque v0.8.5
17782024-08-27T22:53:20.935Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17792024-08-27T22:53:21.042Z Compiling colored v2.1.0
17802024-08-27T22:53:21.068Z Compiling newtype-uuid v1.1.0
17812024-08-27T22:53:21.164Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17822024-08-27T22:53:21.402Z Compiling serde_path_to_error v0.1.16
17832024-08-27T22:53:21.894Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17842024-08-27T22:53:22.396Z Compiling socket2 v0.4.10
17852024-08-27T22:53:22.464Z Compiling hostname v0.4.0
17862024-08-27T22:53:22.666Z Compiling instant v0.1.12
17872024-08-27T22:53:22.739Z Compiling debug-ignore v1.0.5
17882024-08-27T22:53:22.836Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17892024-08-27T22:53:23.228Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17902024-08-27T22:53:23.694Z Compiling parse-display v0.10.0
17912024-08-27T22:53:23.888Z Compiling backoff v0.4.0
17922024-08-27T22:53:24.258Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17932024-08-27T22:53:24.480Z Compiling serde_with v3.9.0
17942024-08-27T22:53:25.608Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17952024-08-27T22:53:26.159Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
17962024-08-27T22:53:26.740Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17972024-08-27T22:53:28.176Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17982024-08-27T22:53:28.829Z Compiling camino-tempfile v1.1.1
17992024-08-27T22:53:29.036Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18002024-08-27T22:53:29.519Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18012024-08-27T22:53:29.596Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18022024-08-27T22:53:29.703Z Compiling macaddr v1.0.1
18032024-08-27T22:53:29.823Z Compiling num-derive v0.4.2
18042024-08-27T22:53:30.333Z Compiling sigpipe v0.1.3
18052024-08-27T22:53:30.471Z Compiling libefi-sys v0.1.0
18062024-08-27T22:53:30.766Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18072024-08-27T22:53:31.141Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18082024-08-27T22:53:31.618Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18092024-08-27T22:53:31.698Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18102024-08-27T22:53:32.065Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18112024-08-27T22:53:32.187Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18122024-08-27T22:53:33.161Z Compiling rayon v1.10.0
18132024-08-27T22:53:33.637Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18142024-08-27T22:53:34.522Z Compiling smf v0.2.3
18152024-08-27T22:53:35.036Z Compiling bitfield-struct v0.6.1
18162024-08-27T22:53:36.434Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18172024-08-27T22:53:36.847Z Compiling blake3 v1.5.1
18182024-08-27T22:53:37.190Z Compiling ring v0.16.20
18192024-08-27T22:53:37.482Z Compiling portable-atomic v1.6.0
18202024-08-27T22:53:38.140Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18212024-08-27T22:53:38.405Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18222024-08-27T22:53:38.711Z Compiling xattr v1.3.1
18232024-08-27T22:53:38.929Z Compiling filetime v0.2.24
18242024-08-27T22:53:39.031Z Compiling memmap2 v0.9.4
18252024-08-27T22:53:39.138Z Compiling spin v0.5.2
18262024-08-27T22:53:39.282Z Compiling untrusted v0.7.1
18272024-08-27T22:53:39.383Z Compiling arrayvec v0.7.4
18282024-08-27T22:53:39.471Z Compiling constant_time_eq v0.3.0
18292024-08-27T22:53:39.553Z Compiling same-file v1.0.6
18302024-08-27T22:53:39.598Z Compiling arrayref v0.3.7
18312024-08-27T22:53:39.654Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18322024-08-27T22:53:39.710Z Compiling tar v0.4.41
18332024-08-27T22:53:39.819Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18342024-08-27T22:53:39.843Z Compiling walkdir v2.5.0
18352024-08-27T22:53:41.344Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18362024-08-27T22:53:42.388Z Compiling gethostname v0.5.0
18372024-08-27T22:53:42.422Z Compiling cargo-platform v0.1.8
18382024-08-27T22:53:42.593Z Compiling topological-sort v0.2.2
18392024-08-27T22:53:42.865Z Compiling number_prefix v0.4.0
18402024-08-27T22:53:43.106Z Compiling indicatif v0.17.8
18412024-08-27T22:53:43.517Z Compiling cargo_metadata v0.18.1
18422024-08-27T22:53:48.110Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18432024-08-27T22:53:48.584Z Compiling omicron-zone-package v0.11.0
18442024-08-27T22:53:50.254Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18452024-08-27T22:53:52.729Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18462024-08-27T22:54:12.002Z Finished `release` profile [optimized] target(s) in 4m 14s
18472024-08-27T22:54:12.147Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18482024-08-27T22:54:12.192ZLogging to: /work/oxidecomputer/omicron/out/LOG
18492024-08-27T22:54:12.195ZCreated new build target 'test' and set it as active
18502024-08-27T22:54:12.195Z
18512024-08-27T22:54:12.195Zreal 4:15.058888967
18522024-08-27T22:54:12.195Zuser 28:58.800402008
18532024-08-27T22:54:12.195Zsys 3:36.731001769
18542024-08-27T22:54:12.195Ztrap 0.831516005
18552024-08-27T22:54:12.195Ztflt 3.065435336
18562024-08-27T22:54:12.195Zdflt 0.545196664
18572024-08-27T22:54:12.195Zkflt 0.000025876
18582024-08-27T22:54:12.195Zlock 1:04:37.274066512
18592024-08-27T22:54:12.195Zslp 1:52:19.703238054
18602024-08-27T22:54:12.195Zlat 1:57.146891552
18612024-08-27T22:54:12.195Zstop 3:29.891190501
18622024-08-27T22:54:12.199Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18632024-08-27T22:54:13.134Z Finished `release` profile [optimized] target(s) in 0.89s
18642024-08-27T22:54:13.183Z Running `target/release/omicron-package -t test package`
18652024-08-27T22:54:13.223ZLogging to: /work/oxidecomputer/omicron/out/LOG
18662024-08-27T22:54:14.328Z Compiling camino v1.1.9
18672024-08-27T22:54:14.331Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18682024-08-27T22:54:14.331Z Compiling password-hash v0.5.0
18692024-08-27T22:54:14.331Z Compiling blake2 v0.10.6
18702024-08-27T22:54:14.331Z Compiling derive-where v1.2.7
18712024-08-27T22:54:14.331Z Compiling newline-converter v0.3.0
18722024-08-27T22:54:14.445Z Compiling toml v0.8.19
18732024-08-27T22:54:14.459Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18742024-08-27T22:54:14.672Z Compiling humantime v2.1.0
18752024-08-27T22:54:14.777Z Compiling expectorate v1.1.0
18762024-08-27T22:54:14.890Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18772024-08-27T22:54:14.967Z Compiling argon2 v0.5.3
18782024-08-27T22:54:15.114Z Compiling dirs-sys-next v0.1.2
18792024-08-27T22:54:15.398Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
18802024-08-27T22:54:15.500Z Compiling dirs-next v2.0.0
18812024-08-27T22:54:15.613Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18822024-08-27T22:54:15.636Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18832024-08-27T22:54:15.679Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18842024-08-27T22:54:16.011Z Compiling num-rational v0.4.2
18852024-08-27T22:54:16.141Z Compiling num-complex v0.4.6
18862024-08-27T22:54:16.219Z Compiling convert_case v0.4.0
18872024-08-27T22:54:16.507Z Compiling term v0.7.0
18882024-08-27T22:54:17.001Z Compiling derive_more v0.99.18
18892024-08-27T22:54:17.452Z Compiling num v0.4.3
18902024-08-27T22:54:17.468Z Compiling prettyplease v0.2.20
18912024-08-27T22:54:17.572Z Compiling float-ord v0.3.2
18922024-08-27T22:54:17.709Z Compiling is-terminal v0.4.12
18932024-08-27T22:54:17.733Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
18942024-08-27T22:54:17.792Z Compiling semver v0.1.20
18952024-08-27T22:54:17.794Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
18962024-08-27T22:54:17.870Z Compiling cookie v0.18.1
18972024-08-27T22:54:18.202Z Compiling rustc_version v0.1.7
18982024-08-27T22:54:18.343Z Compiling rustls-pki-types v1.7.0
18992024-08-27T22:54:18.408Z Compiling highway v1.2.0
19002024-08-27T22:54:18.600Z Compiling newtype_derive v0.1.6
19012024-08-27T22:54:19.009Z Compiling linked-hash-map v0.5.6
19022024-08-27T22:54:19.285Z Compiling home v0.5.9
19032024-08-27T22:54:19.425Z Compiling lru-cache v0.1.2
19042024-08-27T22:54:19.520Z Compiling utf-8 v0.7.6
19052024-08-27T22:54:19.638Z Compiling quick-error v1.2.3
19062024-08-27T22:54:19.794Z Compiling resolv-conf v0.7.0
19072024-08-27T22:54:19.885Z Compiling steno v0.4.1
19082024-08-27T22:54:21.344Z Compiling rustls-webpki v0.102.4
19092024-08-27T22:54:22.468Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
19102024-08-27T22:54:23.170Z Compiling rustls v0.22.4
19112024-08-27T22:54:23.199Z Compiling thread_local v1.1.8
19122024-08-27T22:54:23.663Z Compiling match_cfg v0.1.0
19132024-08-27T22:54:23.757Z Compiling hostname v0.3.1
19142024-08-27T22:54:23.986Z Compiling hickory-resolver v0.24.1
19152024-08-27T22:54:24.429Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19162024-08-27T22:54:24.448Z Compiling multer v3.1.0
19172024-08-27T22:54:24.514Z Compiling slog-async v2.8.0
19182024-08-27T22:54:24.588Z Compiling slog-json v2.6.1
19192024-08-27T22:54:24.961Z Compiling crossbeam-channel v0.5.12
19202024-08-27T22:54:26.008Z Compiling http v1.1.0
19212024-08-27T22:54:28.295Z Compiling atomic-waker v1.1.2
19222024-08-27T22:54:28.485Z Compiling take_mut v0.2.2
19232024-08-27T22:54:29.528Z Compiling waitgroup v0.1.2
19242024-08-27T22:54:29.688Z Compiling tokio-rustls v0.25.0
19252024-08-27T22:54:30.098Z Compiling slog-bunyan v2.5.0
19262024-08-27T22:54:30.311Z Compiling slog-term v2.9.1
19272024-08-27T22:54:30.690Z Compiling rustls-pemfile v2.1.3
19282024-08-27T22:54:31.116Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19292024-08-27T22:54:31.189Z Compiling async-stream v0.3.5
19302024-08-27T22:54:31.418Z Compiling newtype-uuid v1.1.0
19312024-08-27T22:54:31.471Z Compiling ipnetwork v0.20.0
19322024-08-27T22:54:31.723Z Compiling serde_path_to_error v0.1.16
19332024-08-27T22:54:32.288Z Compiling hostname v0.4.0
19342024-08-27T22:54:32.459Z Compiling instant v0.1.12
19352024-08-27T22:54:32.525Z Compiling debug-ignore v1.0.5
19362024-08-27T22:54:32.554Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19372024-08-27T22:54:32.601Z Compiling backoff v0.4.0
19382024-08-27T22:54:32.959Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19392024-08-27T22:54:33.226Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19402024-08-27T22:54:33.303Z Compiling parse-display v0.10.0
19412024-08-27T22:54:33.854Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19422024-08-27T22:54:34.037Z Compiling serde_with v3.9.0
19432024-08-27T22:54:37.975Z Compiling strum v0.26.3
19442024-08-27T22:54:38.034Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19452024-08-27T22:54:39.272Z Compiling macaddr v1.0.1
19462024-08-27T22:54:39.716Z Compiling slog-dtrace v0.3.0
19472024-08-27T22:54:39.733Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19482024-08-27T22:54:40.759Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19492024-08-27T22:54:41.745Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19502024-08-27T22:54:41.928Z Compiling swrite v0.1.0
19512024-08-27T22:54:42.096Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
19522024-08-27T22:54:42.821Z Compiling rayon-core v1.12.1
19532024-08-27T22:54:42.838Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19542024-08-27T22:54:42.861Z Compiling crossbeam-deque v0.8.5
19552024-08-27T22:54:43.213Z Compiling half v2.4.1
19562024-08-27T22:54:43.906Z Compiling ciborium-io v0.2.2
19572024-08-27T22:54:44.049Z Compiling fastrand v2.1.0
19582024-08-27T22:54:44.574Z Compiling display-error-chain v0.2.0
19592024-08-27T22:54:44.772Z Compiling termcolor v1.4.1
19602024-08-27T22:54:45.843Z Compiling same-file v1.0.6
19612024-08-27T22:54:46.083Z Compiling walkdir v2.5.0
19622024-08-27T22:54:46.658Z Compiling tempfile v3.10.1
19632024-08-27T22:54:46.746Z Compiling ciborium-ll v0.2.2
19642024-08-27T22:54:47.438Z Compiling ring v0.16.20
19652024-08-27T22:54:48.911Z Compiling rayon v1.10.0
19662024-08-27T22:54:49.182Z Compiling blake3 v1.5.1
19672024-08-27T22:54:49.793Z Compiling ciborium v0.2.2
19682024-08-27T22:54:50.046Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19692024-08-27T22:54:53.713Z Compiling xattr v1.3.1
19702024-08-27T22:54:53.996Z Compiling memmap2 v0.9.4
19712024-08-27T22:54:54.413Z Compiling filetime v0.2.24
19722024-08-27T22:54:54.714Z Compiling spin v0.5.2
19732024-08-27T22:54:54.958Z Compiling cancel-safe-futures v0.1.5
19742024-08-27T22:54:55.330Z Compiling constant_time_eq v0.3.0
19752024-08-27T22:54:55.491Z Compiling arrayref v0.3.7
19762024-08-27T22:54:55.596Z Compiling arrayvec v0.7.4
19772024-08-27T22:54:56.180Z Compiling untrusted v0.7.1
19782024-08-27T22:54:57.717Z Compiling tar v0.4.41
19792024-08-27T22:54:58.941Z Compiling camino-tempfile v1.1.1
19802024-08-27T22:54:59.387Z Compiling toolchain_find v0.4.0
19812024-08-27T22:54:59.520Z Compiling nibble_vec v0.1.0
19822024-08-27T22:54:59.614Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19832024-08-27T22:54:59.662Z Compiling atty v0.2.14
19842024-08-27T22:54:59.755Z Compiling maplit v1.0.2
19852024-08-27T22:54:59.852Z Compiling radium v0.7.0
19862024-08-27T22:54:59.885Z Compiling crunchy v0.2.2
19872024-08-27T22:54:59.949Z Compiling glob v0.3.1
19882024-08-27T22:55:00.300Z Compiling topological-sort v0.2.2
19892024-08-27T22:55:00.351Z Compiling endian-type v0.1.2
19902024-08-27T22:55:00.529Z Compiling omicron-zone-package v0.11.0
19912024-08-27T22:55:00.581Z Compiling radix_trie v0.2.1
19922024-08-27T22:55:00.738Z Compiling clang-sys v1.7.0
19932024-08-27T22:55:01.445Z Compiling rustfmt-wrapper v0.2.1
19942024-08-27T22:55:01.861Z Compiling tungstenite v0.21.0
19952024-08-27T22:55:02.034Z Compiling tiny-keccak v2.0.2
19962024-08-27T22:55:02.106Z Compiling tap v1.0.1
19972024-08-27T22:55:02.290Z Compiling maybe-uninit v2.0.0
19982024-08-27T22:55:02.373Z Compiling wyz v0.5.1
19992024-08-27T22:55:03.009Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20002024-08-27T22:55:03.155Z Compiling tokio-tungstenite v0.21.0
20012024-08-27T22:55:03.352Z Compiling dsl_auto_type v0.1.2
20022024-08-27T22:55:03.745Z Compiling itertools v0.13.0
20032024-08-27T22:55:03.896Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20042024-08-27T22:55:04.344Z Compiling scheduled-thread-pool v0.2.7
20052024-08-27T22:55:04.712Z Compiling bzip2-sys v0.1.11+1.0.8
20062024-08-27T22:55:05.227Z Compiling diesel_table_macro_syntax v0.2.0
20072024-08-27T22:55:05.645Z Compiling funty v2.0.0
20082024-08-27T22:55:05.680Z Compiling packed_struct v0.10.1
20092024-08-27T22:55:05.793Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20102024-08-27T22:55:06.123Z Compiling arc-swap v1.7.1
20112024-08-27T22:55:06.809Z Compiling crc-catalog v2.4.0
20122024-08-27T22:55:06.971Z Compiling crc v3.2.1
20132024-08-27T22:55:07.122Z Compiling bitvec v1.0.1
20142024-08-27T22:55:07.511Z Compiling slog-scope v4.4.0
20152024-08-27T22:55:08.234Z Compiling diesel_derives v2.2.2
20162024-08-27T22:55:09.030Z Compiling r2d2 v0.8.10
20172024-08-27T22:55:10.043Z Compiling ascii-canvas v3.0.0
20182024-08-27T22:55:10.537Z Compiling packed_struct_codegen v0.10.1
20192024-08-27T22:55:11.580Z Compiling ena v0.14.3
20202024-08-27T22:55:11.986Z Compiling libloading v0.8.3
20212024-08-27T22:55:12.375Z Compiling indexmap v1.9.3
20222024-08-27T22:55:12.710Z Compiling diff v0.1.13
20232024-08-27T22:55:13.036Z Compiling regex-syntax v0.6.29
20242024-08-27T22:55:13.232Z Compiling bindgen v0.69.4
20252024-08-27T22:55:13.693Z Compiling nodrop v0.1.14
20262024-08-27T22:55:13.825Z Compiling array-init v0.0.4
20272024-08-27T22:55:18.180Z Compiling lalrpop v0.19.12
20282024-08-27T22:55:19.339Z Compiling smallvec v0.6.14
20292024-08-27T22:55:19.356Z Compiling diesel v2.2.2
20302024-08-27T22:55:19.840Z Compiling slog-stdlog v4.1.1
20312024-08-27T22:55:20.643Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20322024-08-27T22:55:21.783Z Compiling which v4.4.2
20332024-08-27T22:55:22.384Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20342024-08-27T22:55:22.612Z Compiling cexpr v0.6.0
20352024-08-27T22:55:24.220Z Compiling libsw v3.3.1
20362024-08-27T22:55:24.657Z Compiling ref-cast v1.0.23
20372024-08-27T22:55:25.067Z Compiling hashbrown v0.12.3
20382024-08-27T22:55:25.356Z Compiling shlex v1.3.0
20392024-08-27T22:55:25.753Z Compiling lazycell v1.3.0
20402024-08-27T22:55:25.935Z Compiling owo-colors v4.0.0
20412024-08-27T22:55:26.393Z Compiling bitfield v0.14.0
20422024-08-27T22:55:26.691Z Compiling linear-map v1.2.0
20432024-08-27T22:55:27.137Z Compiling rustc-hash v1.1.0
20442024-08-27T22:55:28.752Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20452024-08-27T22:55:30.286Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20462024-08-27T22:55:34.575Z Compiling slog-envlogger v2.2.0
20472024-08-27T22:55:36.205Z Compiling serde-hex v0.1.0
20482024-08-27T22:55:37.040Z Compiling bzip2 v0.4.4
20492024-08-27T22:55:37.508Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20502024-08-27T22:55:37.842Z Compiling env_logger v0.10.2
20512024-08-27T22:55:40.825Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20522024-08-27T22:55:40.983Z Compiling derive_builder_core v0.20.0
20532024-08-27T22:55:41.148Z Compiling x509-cert v0.2.5
20542024-08-27T22:55:41.415Z Compiling ron v0.8.1
20552024-08-27T22:55:43.181Z Compiling headers-core v0.2.0
20562024-08-27T22:55:43.363Z Compiling hashbrown v0.13.2
20572024-08-27T22:55:44.144Z Compiling polar-core v0.27.3
20582024-08-27T22:55:44.732Z Compiling fxhash v0.2.1
20592024-08-27T22:55:44.967Z Compiling libxml v0.3.3
20602024-08-27T22:55:45.350Z Compiling ref-cast-impl v1.0.23
20612024-08-27T22:55:45.401Z Compiling crc-any v2.5.0
20622024-08-27T22:55:46.319Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20632024-08-27T22:55:47.344Z Compiling object v0.30.4
20642024-08-27T22:55:52.456Z Compiling headers v0.3.9
20652024-08-27T22:55:53.579Z Compiling derive_builder_macro v0.20.0
20662024-08-27T22:55:54.414Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20672024-08-27T22:55:55.564Z Compiling samael v0.0.15
20682024-08-27T22:55:55.972Z Compiling zip v0.6.6
20692024-08-27T22:55:56.108Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20702024-08-27T22:55:57.145Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
20712024-08-27T22:55:57.466Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20722024-08-27T22:55:58.570Z Compiling kstat-rs v0.2.4
20732024-08-27T22:55:58.692Z Compiling strum_macros v0.24.3
20742024-08-27T22:55:59.180Z Compiling async-recursion v1.1.1
20752024-08-27T22:55:59.492Z Compiling dropshot v0.10.1
20762024-08-27T22:55:59.630Z Compiling unicase v2.7.0
20772024-08-27T22:55:59.818Z Compiling path-slash v0.1.5
20782024-08-27T22:55:59.957Z Compiling indoc v1.0.9
20792024-08-27T22:56:00.060Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20802024-08-27T22:56:00.823Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20812024-08-27T22:56:03.644Z Compiling derive_builder v0.20.0
20822024-08-27T22:56:06.748Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20832024-08-27T22:56:08.211Z Compiling tungstenite v0.23.0
20842024-08-27T22:56:08.685Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
20852024-08-27T22:56:08.996Z Compiling crossterm v0.28.1
20862024-08-27T22:56:12.584Z Compiling pem v3.0.4
20872024-08-27T22:56:13.934Z Compiling curve25519-dalek v4.1.3
20882024-08-27T22:56:14.090Z Compiling impl-trait-for-tuples v0.2.2
20892024-08-27T22:56:14.379Z Compiling dropshot_endpoint v0.10.1
20902024-08-27T22:56:15.329Z Compiling oso-derive v0.27.3
20912024-08-27T22:56:16.295Z Compiling libz-sys v1.1.16
20922024-08-27T22:56:16.341Z Compiling quick-xml v0.31.0
20932024-08-27T22:56:16.592Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
20942024-08-27T22:56:16.929Z Compiling parking_lot_core v0.8.6
20952024-08-27T22:56:16.947Z Compiling keccak v0.1.5
20962024-08-27T22:56:17.433Z Compiling sha3 v0.10.8
20972024-08-27T22:56:18.111Z Compiling tokio-tungstenite v0.23.1
20982024-08-27T22:56:18.350Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20992024-08-27T22:56:18.733Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21002024-08-27T22:56:20.317Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21012024-08-27T22:56:21.041Z Compiling oso v0.27.3
21022024-08-27T22:56:23.720Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21032024-08-27T22:56:24.033Z Compiling bb8 v0.8.5
21042024-08-27T22:56:24.630Z Compiling const_format_proc_macros v0.2.32
21052024-08-27T22:56:26.607Z Compiling universal-hash v0.5.1
21062024-08-27T22:56:26.849Z Compiling secrecy v0.8.0
21072024-08-27T22:56:27.144Z Compiling thiserror-impl-no-std v2.0.2
21082024-08-27T22:56:29.905Z Compiling curve25519-dalek-derive v0.1.1
21092024-08-27T22:56:31.319Z Compiling vte_generate_state_changes v0.1.1
21102024-08-27T22:56:31.991Z Compiling opaque-debug v0.3.1
21112024-08-27T22:56:32.120Z Compiling buf-list v1.0.3
21122024-08-27T22:56:32.784Z Compiling poly1305 v0.8.0
21132024-08-27T22:56:34.321Z Compiling vte v0.11.1
21142024-08-27T22:56:38.723Z Compiling thiserror-no-std v2.0.2
21152024-08-27T22:56:38.778Z Compiling const_format v0.2.32
21162024-08-27T22:56:38.849Z Compiling async-bb8-diesel v0.2.1
21172024-08-27T22:56:39.671Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
21182024-08-27T22:56:41.468Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21192024-08-27T22:56:41.785Z Compiling chacha20 v0.9.1
21202024-08-27T22:56:42.272Z Compiling fd-lock v4.0.2
21212024-08-27T22:56:42.499Z Compiling aead v0.5.2
21222024-08-27T22:56:42.830Z Compiling libgit2-sys v0.17.0+1.8.1
21232024-08-27T22:56:42.851Z Compiling pin-project-internal v1.1.5
21242024-08-27T22:56:43.621Z Compiling bytecount v0.6.8
21252024-08-27T22:56:43.957Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21262024-08-27T22:56:44.322Z Compiling papergrid v0.11.0
21272024-08-27T22:56:45.600Z Compiling pin-project v1.1.5
21282024-08-27T22:56:46.782Z Compiling chacha20poly1305 v0.10.1
21292024-08-27T22:56:47.397Z Compiling parking_lot v0.11.2
21302024-08-27T22:56:52.707Z Compiling vsss-rs v3.3.4
21312024-08-27T22:56:53.646Z Compiling strip-ansi-escapes v0.2.0
21322024-08-27T22:56:55.413Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21332024-08-27T22:56:55.738Z Compiling tabled_derive v0.7.0
21342024-08-27T22:56:57.894Z Compiling crossterm v0.27.0
21352024-08-27T22:57:00.168Z Compiling peg-macros v0.8.4
21362024-08-27T22:57:03.489Z Compiling snafu-derive v0.8.2
21372024-08-27T22:57:04.387Z Compiling sqlparser_derive v0.2.2
21382024-08-27T22:57:04.918Z Compiling unicode_categories v0.1.1
21392024-08-27T22:57:05.281Z Compiling nu-ansi-term v0.50.0
21402024-08-27T22:57:05.652Z Compiling rustyline v14.0.0
21412024-08-27T22:57:06.460Z Compiling reedline v0.33.0
21422024-08-27T22:57:08.175Z Compiling snafu v0.8.2
21432024-08-27T22:57:09.417Z Compiling sqlparser v0.45.0
21442024-08-27T22:57:12.125Z Compiling sqlformat v0.2.4
21452024-08-27T22:57:12.459Z Compiling peg v0.8.4
21462024-08-27T22:57:12.580Z Compiling tabled v0.15.0
21472024-08-27T22:57:17.242Z Compiling sled v0.34.7
21482024-08-27T22:57:31.440Z Compiling mime_guess v2.0.4
21492024-08-27T22:57:32.784Z Compiling hickory-client v0.24.1
21502024-08-27T22:57:34.810Z Compiling env_logger v0.9.3
21512024-08-27T22:57:35.585Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21522024-08-27T22:57:38.203Z Compiling tungstenite v0.20.1
21532024-08-27T22:57:39.088Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21542024-08-27T22:57:42.219Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21552024-08-27T22:57:43.327Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21562024-08-27T22:57:49.494Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21572024-08-27T22:57:50.744Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21582024-08-27T22:57:50.773Z Compiling globset v0.4.14
21592024-08-27T22:57:50.876Z Compiling hickory-server v0.24.1
21602024-08-27T22:57:51.035Z Compiling olpc-cjson v0.1.3
21612024-08-27T22:57:51.242Z Compiling bcs v0.1.6
21622024-08-27T22:57:51.376Z Compiling vergen v8.3.2
21632024-08-27T22:57:51.698Z Compiling bitstruct_derive v0.1.0
21642024-08-27T22:57:52.156Z Compiling cargo-platform v0.1.8
21652024-08-27T22:57:52.669Z Compiling serde_plain v1.0.2
21662024-08-27T22:57:53.020Z Compiling nanorand v0.7.0
21672024-08-27T22:57:53.194Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21682024-08-27T22:57:53.351Z Compiling memoffset v0.9.1
21692024-08-27T22:57:53.676Z Compiling ascii v1.1.0
21702024-08-27T22:57:53.705Z Compiling typed-path v0.7.1
21712024-08-27T22:57:54.453Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21722024-08-27T22:57:56.871Z Compiling tough v0.17.1
21732024-08-27T22:57:58.457Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21742024-08-27T22:58:00.046Z Compiling flume v0.11.0
21752024-08-27T22:58:00.376Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21762024-08-27T22:58:00.684Z Compiling bitstruct v0.1.1
21772024-08-27T22:58:00.797Z Compiling cargo_metadata v0.18.1
21782024-08-27T22:58:00.820Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21792024-08-27T22:58:03.117Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21802024-08-27T22:58:03.539Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21812024-08-27T22:58:03.696Z Compiling tokio-tungstenite v0.20.1
21822024-08-27T22:58:04.111Z Compiling git2 v0.19.0
21832024-08-27T22:58:04.297Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21842024-08-27T22:58:13.194Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21852024-08-27T22:58:13.632Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21862024-08-27T22:58:14.818Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21872024-08-27T22:58:15.834Z Compiling libsqlite3-sys v0.28.0
21882024-08-27T22:58:16.356Z Compiling erased-serde v0.3.31
21892024-08-27T22:58:16.760Z Compiling serde_arrays v0.1.0
21902024-08-27T22:58:16.973Z Compiling parse-size v1.0.0
21912024-08-27T22:58:17.297Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21922024-08-27T22:58:18.053Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21932024-08-27T22:58:25.592Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21942024-08-27T22:58:25.994Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21952024-08-27T22:58:26.345Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
21962024-08-27T22:58:26.664Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21972024-08-27T22:58:28.648Z Compiling heck v0.3.3
21982024-08-27T22:58:29.045Z Compiling castaway v0.2.3
21992024-08-27T22:58:29.248Z Compiling rand_seeder v0.3.0
22002024-08-27T22:58:29.659Z Compiling csv-core v0.1.11
22012024-08-27T22:58:30.537Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22022024-08-27T22:58:30.924Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
22032024-08-27T22:58:32.722Z Compiling http-range v0.1.5
22042024-08-27T22:58:33.182Z Compiling hyper-staticfile v0.9.5
22052024-08-27T22:58:33.337Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22062024-08-27T22:58:36.358Z Compiling csv v1.3.0
22072024-08-27T22:58:38.551Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22082024-08-27T22:58:38.767Z Compiling compact_str v0.8.0
22092024-08-27T22:58:41.412Z Compiling zone_cfg_derive v0.1.2
22102024-08-27T22:58:41.921Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22112024-08-27T22:58:42.543Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
22122024-08-27T22:58:42.746Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22132024-08-27T22:58:42.849Z Compiling nix v0.27.1
22142024-08-27T22:58:44.393Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22152024-08-27T22:58:45.908Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
22162024-08-27T22:58:46.626Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22172024-08-27T22:58:50.634Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22182024-08-27T22:58:50.979Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22192024-08-27T22:58:51.309Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22202024-08-27T22:58:51.632Z Compiling unicode-truncate v1.0.0
22212024-08-27T22:58:51.919Z Compiling lru v0.12.3
22222024-08-27T22:58:52.306Z Compiling hashlink v0.9.1
22232024-08-27T22:58:53.115Z Compiling serde-big-array v0.5.1
22242024-08-27T22:58:53.397Z Compiling instability v0.3.2
22252024-08-27T22:58:54.036Z Compiling cassowary v0.3.0
22262024-08-27T22:58:54.457Z Compiling fallible-streaming-iterator v0.1.9
22272024-08-27T22:58:54.755Z Compiling base64 v0.13.1
22282024-08-27T22:58:55.521Z Compiling fallible-iterator v0.3.0
22292024-08-27T22:58:56.365Z Compiling rusqlite v0.31.0
22302024-08-27T22:58:57.718Z Compiling ron v0.7.1
22312024-08-27T22:59:01.422Z Compiling ratatui v0.28.0
22322024-08-27T22:59:02.978Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22332024-08-27T22:59:14.569Z Compiling zone v0.1.8
22342024-08-27T22:59:19.026Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22352024-08-27T22:59:19.286Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22362024-08-27T22:59:20.165Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22372024-08-27T22:59:21.610Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22382024-08-27T22:59:23.246Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22392024-08-27T22:59:24.019Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22402024-08-27T22:59:25.293Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22412024-08-27T22:59:26.207Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22422024-08-27T22:59:26.539Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
22432024-08-27T22:59:28.571Z Compiling twox-hash v1.6.3
22442024-08-27T22:59:29.578Z Compiling signal-hook-tokio v0.3.1
22452024-08-27T22:59:29.810Z Compiling yasna v0.5.2
22462024-08-27T22:59:31.616Z Compiling portpicker v0.1.1
22472024-08-27T22:59:32.050Z Compiling smawk v0.3.2
22482024-08-27T22:59:32.317Z Compiling unicode-linebreak v0.1.5
22492024-08-27T22:59:32.900Z Compiling textwrap v0.16.1
22502024-08-27T22:59:33.172Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22512024-08-27T22:59:36.565Z Compiling rcgen v0.12.1
22522024-08-27T22:59:37.151Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22532024-08-27T22:59:46.577Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22542024-08-27T22:59:49.051Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
22552024-08-27T22:59:49.416Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22562024-08-27T22:59:54.039Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22572024-08-27T22:59:54.167Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22582024-08-27T22:59:54.600Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22592024-08-27T22:59:54.923Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22602024-08-27T22:59:58.562Z Compiling atomicwrites v0.4.3
22612024-08-27T22:59:59.183Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
22622024-08-27T22:59:59.660Z Compiling fatfs v0.3.6
22632024-08-27T23:00:01.618Z Compiling rtoolbox v0.0.2
22642024-08-27T23:00:02.061Z Compiling subprocess v0.2.9
22652024-08-27T23:00:02.537Z Compiling is_ci v1.2.0
22662024-08-27T23:00:02.837Z Compiling assert_matches v1.5.0
22672024-08-27T23:00:03.449Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22682024-08-27T23:00:06.877Z Compiling supports-color v3.0.0
22692024-08-27T23:00:07.531Z Compiling rpassword v7.3.1
22702024-08-27T23:00:07.997Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22712024-08-27T23:00:08.560Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
22722024-08-27T23:00:10.617Z Compiling tui-tree-widget v0.22.0
22732024-08-27T23:00:11.066Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22742024-08-27T23:00:12.626Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
22752024-08-27T23:00:13.028Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22762024-08-27T23:00:13.355Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22772024-08-27T23:00:15.565Z Compiling uzers v0.11.3
22782024-08-27T23:00:18.263Z Compiling shell-words v1.1.0
22792024-08-27T23:00:18.701Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22802024-08-27T23:00:19.591Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22812024-08-27T23:00:21.609Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22822024-08-27T23:00:25.820Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22832024-08-27T23:00:35.217Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22842024-08-27T23:00:46.235Z Compiling multimap v0.10.0
22852024-08-27T23:02:27.720Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22862024-08-27T23:02:52.275Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22872024-08-27T23:09:28.466Z Finished `release` profile [optimized] target(s) in 15m 14s
22882024-08-27T23:10:25.986Z
22892024-08-27T23:10:25.990Zreal 16:13.627511944
22902024-08-27T23:10:25.990Zuser 1:50:43.169060220
22912024-08-27T23:10:25.990Zsys 5:38.101510334
22922024-08-27T23:10:25.990Ztrap 2.676092711
22932024-08-27T23:10:25.990Ztflt 3.356167168
22942024-08-27T23:10:25.990Zdflt 3.808753202
22952024-08-27T23:10:25.990Zkflt 0.069874997
22962024-08-27T23:10:25.990Zlock 6:46:17.437214567
22972024-08-27T23:10:25.990Zslp 5:49:25.344526758
22982024-08-27T23:10:25.990Zlat 2:51.531167990
22992024-08-27T23:10:25.990Zstop 2:32.989984364
23002024-08-27T23:10:25.990Z+ mapfile -t packages
23012024-08-27T23:10:25.990Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
23022024-08-27T23:10:27.171Z Finished `release` profile [optimized] target(s) in 0.96s
23032024-08-27T23:10:27.194Z Running `target/release/omicron-package -t test list-outputs`
23042024-08-27T23:10:27.194ZLogging to: /work/oxidecomputer/omicron/out/LOG
23052024-08-27T23:10:27.194Z+ ptime -m cargo build --locked --release -p xtask
23062024-08-27T23:10:27.714Z Compiling serde v1.0.208
23072024-08-27T23:10:27.720Z Compiling rustix v0.38.34
23082024-08-27T23:10:27.720Z Compiling libc v0.2.156
23092024-08-27T23:10:27.720Z Compiling serde_json v1.0.125
23102024-08-27T23:10:27.721Z Compiling syn v2.0.74
23112024-08-27T23:10:27.812Z Compiling bitflags v2.6.0
23122024-08-27T23:10:28.202Z Compiling usdt-impl v0.5.0
23132024-08-27T23:10:28.218Z Compiling syn v1.0.109
23142024-08-27T23:10:28.300Z Compiling log v0.4.21
23152024-08-27T23:10:28.379Z Compiling hashbrown v0.14.5
23162024-08-27T23:10:28.397Z Compiling fs-err v2.11.0
23172024-08-27T23:10:29.333Z Compiling anyhow v1.0.86
23182024-08-27T23:10:29.356Z Compiling thread-id v4.2.1
23192024-08-27T23:10:29.793Z Compiling indexmap v2.4.0
23202024-08-27T23:10:30.555Z Compiling terminal_size v0.3.0
23212024-08-27T23:10:30.555Z Compiling tempfile v3.10.1
23222024-08-27T23:10:30.790Z Compiling clap_builder v4.5.15
23232024-08-27T23:10:34.777Z Compiling proc-macro-error v1.0.4
23242024-08-27T23:10:34.822Z Compiling tabled_derive v0.7.0
23252024-08-27T23:10:34.831Z Compiling tabled v0.15.0
23262024-08-27T23:10:35.393Z Compiling serde_derive v1.0.208
23272024-08-27T23:10:36.272Z Compiling thiserror-impl v1.0.63
23282024-08-27T23:10:36.334Z Compiling zerocopy-derive v0.7.34
23292024-08-27T23:10:36.401Z Compiling scroll_derive v0.12.0
23302024-08-27T23:10:37.817Z Compiling scroll v0.12.0
23312024-08-27T23:10:38.342Z Compiling zerocopy v0.7.34
23322024-08-27T23:10:38.456Z Compiling goblin v0.8.2
23332024-08-27T23:10:39.089Z Compiling thiserror v1.0.63
23342024-08-27T23:10:39.252Z Compiling pest v2.7.10
23352024-08-27T23:10:42.245Z Compiling pest_meta v2.7.10
23362024-08-27T23:10:44.056Z Compiling pest_generator v2.7.10
23372024-08-27T23:10:46.550Z Compiling pest_derive v2.7.10
23382024-08-27T23:10:47.350Z Compiling dtrace-parser v0.2.0
23392024-08-27T23:10:49.161Z Compiling clap_derive v4.5.13
23402024-08-27T23:10:53.645Z Compiling serde_tokenstream v0.2.2
23412024-08-27T23:10:53.942Z Compiling serde_spanned v0.6.7
23422024-08-27T23:10:54.213Z Compiling dof v0.3.0
23432024-08-27T23:10:54.245Z Compiling toml_datetime v0.6.8
23442024-08-27T23:10:54.952Z Compiling toml_edit v0.22.20
23452024-08-27T23:10:55.156Z Compiling camino v1.1.9
23462024-08-27T23:10:56.348Z Compiling usdt-attr-macro v0.5.0
23472024-08-27T23:10:56.615Z Compiling usdt-macro v0.5.0
23482024-08-27T23:10:57.706Z Compiling cargo-platform v0.1.8
23492024-08-27T23:10:57.847Z Compiling semver v1.0.23
23502024-08-27T23:10:58.812Z Compiling toml v0.8.19
23512024-08-27T23:10:59.354Z Compiling cargo_metadata v0.18.1
23522024-08-27T23:11:00.670Z Compiling cargo_toml v0.20.4
23532024-08-27T23:11:01.960Z Compiling usdt v0.5.0
23542024-08-27T23:11:02.420Z Compiling camino-tempfile v1.1.1
23552024-08-27T23:11:03.204Z Compiling clap v4.5.16
23562024-08-27T23:11:03.354Z Compiling macaddr v1.0.1
23572024-08-27T23:11:12.859Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23582024-08-27T23:11:24.110Z Finished `release` profile [optimized] target(s) in 56.95s
23592024-08-27T23:11:24.211Z
23602024-08-27T23:11:24.211Zreal 57.080637853
23612024-08-27T23:11:24.211Zuser 5:44.742886235
23622024-08-27T23:11:24.211Zsys 32.689141477
23632024-08-27T23:11:24.211Ztrap 0.149548997
23642024-08-27T23:11:24.211Ztflt 0.337061037
23652024-08-27T23:11:24.214Zdflt 0.595890975
23662024-08-27T23:11:24.214Zkflt 0.000113085
23672024-08-27T23:11:24.214Zlock 10:40.739861468
23682024-08-27T23:11:24.214Zslp 16:09.780925359
23692024-08-27T23:11:24.214Zlat 13.428982126
23702024-08-27T23:11:24.214Zstop 15.830645937
23712024-08-27T23:11:24.214Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23722024-08-27T23:11:24.214Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23732024-08-27T23:11:24.214Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23742024-08-27T23:11:24.214Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23752024-08-27T23:11:24.214Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23762024-08-27T23:11:24.791Z Downloading crates ...
23772024-08-27T23:11:25.027Z Downloaded dirs v5.0.1
23782024-08-27T23:11:25.030Z Downloaded hex-literal v0.4.1
23792024-08-27T23:11:25.032Z Downloaded pbkdf2 v0.11.0
23802024-08-27T23:11:25.039Z Downloaded md5 v0.7.0
23812024-08-27T23:11:25.044Z Downloaded primeorder v0.13.6
23822024-08-27T23:11:25.047Z Downloaded ed25519-dalek v2.1.1
23832024-08-27T23:11:25.050Z Downloaded option-ext v0.2.0
23842024-08-27T23:11:25.052Z Downloaded dhcproto-macros v0.1.0
23852024-08-27T23:11:25.061Z Downloaded ssh-encoding v0.2.0
23862024-08-27T23:11:25.064Z Downloaded russh-cryptovec v0.7.2
23872024-08-27T23:11:25.064Z Downloaded dirs-sys v0.4.1
23882024-08-27T23:11:25.066Z Downloaded blowfish v0.9.1
23892024-08-27T23:11:25.066Z Downloaded bcrypt-pbkdf v0.10.0
23902024-08-27T23:11:25.069Z Downloaded ghash v0.5.1
23912024-08-27T23:11:25.071Z Downloaded ed25519 v2.2.3
23922024-08-27T23:11:25.073Z Downloaded ecdsa v0.16.9
23932024-08-27T23:11:25.076Z Downloaded ssh-cipher v0.2.0
23942024-08-27T23:11:25.078Z Downloaded polyval v0.6.2
23952024-08-27T23:11:25.078Z Downloaded internet-checksum v0.2.1
23962024-08-27T23:11:25.080Z Downloaded rfc6979 v0.4.0
23972024-08-27T23:11:25.085Z Downloaded password-hash v0.4.2
23982024-08-27T23:11:25.090Z Downloaded russh-keys v0.44.0
23992024-08-27T23:11:25.092Z Downloaded p256 v0.13.2
24002024-08-27T23:11:25.095Z Downloaded dhcproto v0.12.0
24012024-08-27T23:11:25.102Z Downloaded russh v0.44.1
24022024-08-27T23:11:25.110Z Downloaded num-bigint v0.4.5
24032024-08-27T23:11:25.115Z Downloaded ssh-key v0.6.6
24042024-08-27T23:11:25.122Z Downloaded p521 v0.13.3
24052024-08-27T23:11:25.126Z Downloaded aes-gcm v0.10.3
24062024-08-27T23:11:25.129Z Downloaded p384 v0.13.0
24072024-08-27T23:11:25.284Z Compiling regress v0.9.1
24082024-08-27T23:11:25.398Z Compiling getopts v0.2.21
24092024-08-27T23:11:25.401Z Compiling unsafe-libyaml v0.2.11
24102024-08-27T23:11:25.401Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24112024-08-27T23:11:25.401Z Compiling http v1.1.0
24122024-08-27T23:11:25.432Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24132024-08-27T23:11:25.461Z Compiling match_cfg v0.1.0
24142024-08-27T23:11:25.463Z Compiling toml v0.8.19
24152024-08-27T23:11:25.572Z Compiling hostname v0.3.1
24162024-08-27T23:11:25.826Z Compiling rustls-pki-types v1.7.0
24172024-08-27T23:11:25.841Z Compiling ident_case v1.0.1
24182024-08-27T23:11:25.873Z Compiling paste v1.0.15
24192024-08-27T23:11:26.048Z Compiling rustls v0.22.4
24202024-08-27T23:11:26.381Z Compiling rustls-webpki v0.102.4
24212024-08-27T23:11:26.403Z Compiling darling_core v0.20.9
24222024-08-27T23:11:26.519Z Compiling ipnetwork v0.20.0
24232024-08-27T23:11:26.704Z Compiling multer v3.1.0
24242024-08-27T23:11:27.014Z Compiling serde_yaml v0.9.34+deprecated
24252024-08-27T23:11:27.491Z Compiling slog-json v2.6.1
24262024-08-27T23:11:27.889Z Compiling async-stream-impl v0.3.5
24272024-08-27T23:11:27.995Z Compiling instant v0.1.12
24282024-08-27T23:11:28.162Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24292024-08-27T23:11:28.494Z Compiling debug-ignore v1.0.5
24302024-08-27T23:11:28.550Z Compiling atomic-waker v1.1.2
24312024-08-27T23:11:28.704Z Compiling waitgroup v0.1.2
24322024-08-27T23:11:28.726Z Compiling slog-bunyan v2.5.0
24332024-08-27T23:11:28.934Z Compiling rustls-pemfile v2.1.3
24342024-08-27T23:11:28.937Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24352024-08-27T23:11:29.298Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24362024-08-27T23:11:29.420Z Compiling async-stream v0.3.5
24372024-08-27T23:11:29.757Z Compiling serde_path_to_error v0.1.16
24382024-08-27T23:11:29.805Z Compiling hostname v0.4.0
24392024-08-27T23:11:30.083Z Compiling structmeta-derive v0.3.0
24402024-08-27T23:11:30.408Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24412024-08-27T23:11:30.617Z Compiling newtype-uuid v1.1.0
24422024-08-27T23:11:30.937Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432024-08-27T23:11:31.233Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442024-08-27T23:11:31.375Z Compiling backoff v0.4.0
24452024-08-27T23:11:31.568Z Compiling tokio-rustls v0.25.0
24462024-08-27T23:11:31.724Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24472024-08-27T23:11:31.747Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482024-08-27T23:11:31.928Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24492024-08-27T23:11:31.995Z Compiling macaddr v1.0.1
24502024-08-27T23:11:32.103Z Compiling proc-macro-crate v1.3.1
24512024-08-27T23:11:32.464Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24522024-08-27T23:11:32.495Z Compiling tempfile v3.10.1
24532024-08-27T23:11:32.880Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24542024-08-27T23:11:33.164Z Compiling structmeta v0.3.0
24552024-08-27T23:11:33.201Z Compiling foreign-types-macros v0.2.3
24562024-08-27T23:11:33.203Z Compiling num_enum_derive v0.5.11
24572024-08-27T23:11:33.354Z Compiling heapless v0.8.0
24582024-08-27T23:11:33.471Z Compiling darling_macro v0.20.9
24592024-08-27T23:11:33.642Z Compiling parse-display-derive v0.10.0
24602024-08-27T23:11:33.969Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24612024-08-27T23:11:34.280Z Compiling foreign-types-shared v0.3.1
24622024-08-27T23:11:34.474Z Compiling darling v0.20.9
24632024-08-27T23:11:34.491Z Compiling foreign-types v0.5.0
24642024-08-27T23:11:34.596Z Compiling serde_with_macros v3.9.0
24652024-08-27T23:11:34.614Z Compiling proc-macro-error v1.0.4
24662024-08-27T23:11:35.097Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24672024-08-27T23:11:35.337Z Compiling hash32 v0.3.1
24682024-08-27T23:11:35.603Z Compiling cstr-argument v0.1.2
24692024-08-27T23:11:35.845Z Compiling num_enum v0.5.11
24702024-08-27T23:11:35.885Z Compiling smoltcp v0.11.0
24712024-08-27T23:11:36.029Z Compiling pretty-hex v0.2.1
24722024-08-27T23:11:36.230Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24732024-08-27T23:11:36.278Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24742024-08-27T23:11:36.721Z Compiling camino-tempfile v1.1.1
24752024-08-27T23:11:36.912Z Compiling tabwriter v1.4.0
24762024-08-27T23:11:37.193Z Compiling colored v2.1.0
24772024-08-27T23:11:37.450Z Compiling socket2 v0.4.10
24782024-08-27T23:11:37.572Z Compiling cobs v0.2.3
24792024-08-27T23:11:37.590Z Compiling serde_with v3.9.0
24802024-08-27T23:11:37.713Z Compiling embedded-io v0.4.0
24812024-08-27T23:11:37.937Z Compiling postcard v1.0.8
24822024-08-27T23:11:37.944Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24832024-08-27T23:11:38.255Z Compiling crucible-workspace-hack v0.1.0
24842024-08-27T23:11:38.365Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24852024-08-27T23:11:38.399Z Compiling parse-display v0.10.0
24862024-08-27T23:11:38.596Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24872024-08-27T23:11:38.629Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24882024-08-27T23:11:38.771Z Compiling smf v0.2.3
24892024-08-27T23:11:38.967Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24902024-08-27T23:11:39.301Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24912024-08-27T23:11:39.497Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24922024-08-27T23:11:40.006Z Compiling num-derive v0.4.2
24932024-08-27T23:11:40.233Z Compiling sigpipe v0.1.3
24942024-08-27T23:11:40.364Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24952024-08-27T23:11:40.690Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24962024-08-27T23:11:40.821Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24972024-08-27T23:11:41.580Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24982024-08-27T23:11:41.894Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24992024-08-27T23:11:42.373Z Compiling universal-hash v0.5.1
25002024-08-27T23:11:42.453Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25012024-08-27T23:11:42.494Z Compiling opaque-debug v0.3.1
25022024-08-27T23:11:42.576Z Compiling utf-8 v0.7.6
25032024-08-27T23:11:42.601Z Compiling num-rational v0.4.2
25042024-08-27T23:11:42.770Z Compiling curve25519-dalek v4.1.3
25052024-08-27T23:11:42.790Z Compiling num-complex v0.4.6
25062024-08-27T23:11:42.917Z Compiling humantime v2.1.0
25072024-08-27T23:11:43.317Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25082024-08-27T23:11:43.358Z Compiling password-hash v0.5.0
25092024-08-27T23:11:43.463Z Compiling blake2 v0.10.6
25102024-08-27T23:11:43.557Z Compiling aead v0.5.2
25112024-08-27T23:11:43.714Z Compiling curve25519-dalek-derive v0.1.1
25122024-08-27T23:11:43.841Z Compiling num v0.4.3
25132024-08-27T23:11:43.938Z Compiling float-ord v0.3.2
25142024-08-27T23:11:43.959Z Compiling argon2 v0.5.3
25152024-08-27T23:11:44.114Z Compiling poly1305 v0.8.0
25162024-08-27T23:11:44.352Z Compiling chacha20 v0.9.1
25172024-08-27T23:11:44.354Z Compiling convert_case v0.4.0
25182024-08-27T23:11:44.822Z Compiling semver v0.1.20
25192024-08-27T23:11:44.993Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25202024-08-27T23:11:45.312Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25212024-08-27T23:11:45.434Z Compiling derive_more v0.99.18
25222024-08-27T23:11:45.519Z Compiling rustc_version v0.1.7
25232024-08-27T23:11:45.546Z Compiling tungstenite v0.21.0
25242024-08-27T23:11:45.806Z Compiling newline-converter v0.3.0
25252024-08-27T23:11:46.002Z Compiling atty v0.2.14
25262024-08-27T23:11:46.091Z Compiling same-file v1.0.6
25272024-08-27T23:11:46.158Z Compiling rayon-core v1.12.1
25282024-08-27T23:11:46.424Z Compiling walkdir v2.5.0
25292024-08-27T23:11:46.510Z Compiling newtype_derive v0.1.6
25302024-08-27T23:11:46.727Z Compiling tokio-tungstenite v0.21.0
25312024-08-27T23:11:46.832Z Compiling expectorate v1.1.0
25322024-08-27T23:11:46.857Z Compiling crossbeam-deque v0.8.5
25332024-08-27T23:11:47.011Z Compiling keccak v0.1.5
25342024-08-27T23:11:47.209Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25352024-08-27T23:11:47.226Z Compiling prettyplease v0.2.20
25362024-08-27T23:11:47.559Z Compiling sha3 v0.10.8
25372024-08-27T23:11:47.881Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25382024-08-27T23:11:47.921Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25392024-08-27T23:11:48.040Z Compiling thiserror-impl-no-std v2.0.2
25402024-08-27T23:11:48.129Z Compiling secrecy v0.8.0
25412024-08-27T23:11:48.203Z Compiling ring v0.16.20
25422024-08-27T23:11:48.404Z Compiling blake3 v1.5.1
25432024-08-27T23:11:48.628Z Compiling derive-where v1.2.7
25442024-08-27T23:11:49.085Z Compiling unicase v2.7.0
25452024-08-27T23:11:49.114Z Compiling cookie v0.18.1
25462024-08-27T23:11:49.362Z Compiling half v2.4.1
25472024-08-27T23:11:49.436Z Compiling quick-error v1.2.3
25482024-08-27T23:11:49.438Z Compiling ciborium-io v0.2.2
25492024-08-27T23:11:49.597Z Compiling arc-swap v1.7.1
25502024-08-27T23:11:49.616Z Compiling linked-hash-map v0.5.6
25512024-08-27T23:11:49.935Z Compiling termcolor v1.4.1
25522024-08-27T23:11:50.005Z Compiling lru-cache v0.1.2
25532024-08-27T23:11:50.224Z Compiling slog-scope v4.4.0
25542024-08-27T23:11:50.259Z Compiling ciborium-ll v0.2.2
25552024-08-27T23:11:50.690Z Compiling env_logger v0.9.3
25562024-08-27T23:11:50.777Z Compiling resolv-conf v0.7.0
25572024-08-27T23:11:51.380Z Compiling thiserror-no-std v2.0.2
25582024-08-27T23:11:51.626Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25592024-08-27T23:11:51.944Z Compiling rayon v1.10.0
25602024-08-27T23:11:52.204Z Compiling polyval v0.6.2
25612024-08-27T23:11:52.223Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25622024-08-27T23:11:52.369Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25632024-08-27T23:11:52.512Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25642024-08-27T23:11:52.640Z Compiling rfc6979 v0.4.0
25652024-08-27T23:11:52.676Z Compiling bitstruct_derive v0.1.0
25662024-08-27T23:11:52.830Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25672024-08-27T23:11:52.975Z Compiling memmap2 v0.9.4
25682024-08-27T23:11:53.299Z Compiling highway v1.2.0
25692024-08-27T23:11:53.434Z Compiling ascii v1.1.0
25702024-08-27T23:11:53.455Z Compiling spin v0.5.2
25712024-08-27T23:11:53.702Z Compiling home v0.5.9
25722024-08-27T23:11:53.865Z Compiling parking_lot_core v0.8.6
25732024-08-27T23:11:53.989Z Compiling constant_time_eq v0.3.0
25742024-08-27T23:11:54.057Z Compiling arrayvec v0.7.4
25752024-08-27T23:11:54.106Z Compiling arrayref v0.3.7
25762024-08-27T23:11:54.151Z Compiling libefi-sys v0.1.0
25772024-08-27T23:11:54.177Z Compiling untrusted v0.7.1
25782024-08-27T23:11:54.209Z Compiling bitstruct v0.1.1
25792024-08-27T23:11:54.378Z Compiling toolchain_find v0.4.0
25802024-08-27T23:11:54.403Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25812024-08-27T23:11:54.461Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25822024-08-27T23:11:54.485Z Compiling ecdsa v0.16.9
25832024-08-27T23:11:54.778Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25842024-08-27T23:11:55.091Z Compiling ghash v0.5.1
25852024-08-27T23:11:55.250Z Compiling steno v0.4.1
25862024-08-27T23:11:55.295Z Compiling vsss-rs v3.3.4
25872024-08-27T23:11:55.346Z Compiling hickory-resolver v0.24.1
25882024-08-27T23:11:55.907Z Compiling ciborium v0.2.2
25892024-08-27T23:11:57.066Z Compiling slog-stdlog v4.1.1
25902024-08-27T23:11:57.470Z Compiling chacha20poly1305 v0.10.1
25912024-08-27T23:11:57.705Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25922024-08-27T23:11:57.756Z Compiling primeorder v0.13.6
25932024-08-27T23:11:58.064Z Compiling ctr v0.9.2
25942024-08-27T23:11:58.154Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25952024-08-27T23:11:58.312Z Compiling erased-serde v0.3.31
25962024-08-27T23:11:58.443Z Compiling serde_arrays v0.1.0
25972024-08-27T23:11:58.463Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25982024-08-27T23:11:58.571Z Compiling bitfield-struct v0.6.1
25992024-08-27T23:11:58.616Z Compiling slog-dtrace v0.3.0
26002024-08-27T23:11:58.888Z Compiling topological-sort v0.2.2
26012024-08-27T23:11:58.944Z Compiling cancel-safe-futures v0.1.5
26022024-08-27T23:11:59.128Z Compiling omicron-zone-package v0.11.0
26032024-08-27T23:11:59.553Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26042024-08-27T23:11:59.803Z Compiling aes-gcm v0.10.3
26052024-08-27T23:12:00.007Z Compiling slog-envlogger v2.2.0
26062024-08-27T23:12:00.045Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26072024-08-27T23:12:00.134Z Compiling mime_guess v2.0.4
26082024-08-27T23:12:00.770Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26092024-08-27T23:12:00.812Z Compiling rustfmt-wrapper v0.2.1
26102024-08-27T23:12:01.454Z Compiling tungstenite v0.20.1
26112024-08-27T23:12:01.527Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26122024-08-27T23:12:01.967Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26132024-08-27T23:12:02.067Z Compiling heck v0.3.3
26142024-08-27T23:12:02.272Z Compiling ed25519 v2.2.3
26152024-08-27T23:12:02.544Z Compiling ssh-encoding v0.2.0
26162024-08-27T23:12:03.059Z Compiling blowfish v0.9.1
26172024-08-27T23:12:03.061Z Compiling nibble_vec v0.1.0
26182024-08-27T23:12:03.167Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192024-08-27T23:12:03.292Z Compiling option-ext v0.2.0
26202024-08-27T23:12:03.312Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26212024-08-27T23:12:03.438Z Compiling endian-type v0.1.2
26222024-08-27T23:12:03.521Z Compiling dirs-sys v0.4.1
26232024-08-27T23:12:03.800Z Compiling bcrypt-pbkdf v0.10.0
26242024-08-27T23:12:03.807Z Compiling radix_trie v0.2.1
26252024-08-27T23:12:03.808Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262024-08-27T23:12:04.197Z Compiling ssh-cipher v0.2.0
26272024-08-27T23:12:04.259Z Compiling ed25519-dalek v2.1.1
26282024-08-27T23:12:04.304Z Compiling zone_cfg_derive v0.1.2
26292024-08-27T23:12:04.381Z Compiling tokio-tungstenite v0.20.1
26302024-08-27T23:12:04.948Z Compiling parking_lot v0.11.2
26312024-08-27T23:12:05.269Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26322024-08-27T23:12:05.677Z Compiling gethostname v0.5.0
26332024-08-27T23:12:05.880Z Compiling password-hash v0.4.2
26342024-08-27T23:12:05.901Z Compiling libsw v3.3.1
26352024-08-27T23:12:05.919Z Compiling fxhash v0.2.1
26362024-08-27T23:12:05.961Z Compiling linear-map v1.2.0
26372024-08-27T23:12:06.119Z Compiling base64 v0.13.1
26382024-08-27T23:12:06.156Z Compiling matches v0.1.10
26392024-08-27T23:12:06.239Z Compiling owo-colors v4.0.0
26402024-08-27T23:12:06.257Z Compiling idna v0.2.3
26412024-08-27T23:12:06.279Z Compiling sled v0.34.7
26422024-08-27T23:12:06.329Z Compiling zone v0.1.8
26432024-08-27T23:12:06.790Z Compiling ron v0.7.1
26442024-08-27T23:12:06.828Z Compiling pbkdf2 v0.11.0
26452024-08-27T23:12:07.892Z Compiling ssh-key v0.6.6
26462024-08-27T23:12:07.994Z Compiling hickory-client v0.24.1
26472024-08-27T23:12:08.203Z Compiling dirs v5.0.1
26482024-08-27T23:12:08.423Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26492024-08-27T23:12:09.194Z Compiling p384 v0.13.0
26502024-08-27T23:12:09.412Z Compiling p521 v0.13.3
26512024-08-27T23:12:10.760Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26522024-08-27T23:12:11.240Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26532024-08-27T23:12:11.838Z Compiling p256 v0.13.2
26542024-08-27T23:12:11.993Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26552024-08-27T23:12:12.232Z Compiling hickory-server v0.24.1
26562024-08-27T23:12:12.477Z Compiling pem v3.0.4
26572024-08-27T23:12:12.702Z Compiling enum-as-inner v0.5.1
26582024-08-27T23:12:12.778Z Compiling yasna v0.5.2
26592024-08-27T23:12:13.323Z Compiling portpicker v0.1.1
26602024-08-27T23:12:13.696Z Compiling headers-core v0.2.0
26612024-08-27T23:12:13.817Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26622024-08-27T23:12:13.869Z Compiling kstat-rs v0.2.4
26632024-08-27T23:12:13.954Z Compiling nanorand v0.7.0
26642024-08-27T23:12:14.231Z Compiling russh-cryptovec v0.7.2
26652024-08-27T23:12:14.518Z Compiling glob v0.3.1
26662024-08-27T23:12:14.533Z Compiling http-range v0.1.5
26672024-08-27T23:12:14.553Z Compiling md5 v0.7.0
26682024-08-27T23:12:14.571Z Compiling flume v0.11.0
26692024-08-27T23:12:14.908Z Compiling russh-keys v0.44.0
26702024-08-27T23:12:15.094Z Compiling hyper-staticfile v0.9.5
26712024-08-27T23:12:15.259Z Compiling headers v0.3.9
26722024-08-27T23:12:15.529Z Compiling trust-dns-proto v0.22.0
26732024-08-27T23:12:16.062Z Compiling rcgen v0.12.1
26742024-08-27T23:12:16.914Z Compiling atomicwrites v0.4.3
26752024-08-27T23:12:17.304Z Compiling num-bigint v0.4.5
26762024-08-27T23:12:17.322Z Compiling itertools v0.13.0
26772024-08-27T23:12:17.796Z Compiling subprocess v0.2.9
26782024-08-27T23:12:18.520Z Compiling hex-literal v0.4.1
26792024-08-27T23:12:18.699Z Compiling display-error-chain v0.2.0
26802024-08-27T23:12:18.898Z Compiling dhcproto-macros v0.1.0
26812024-08-27T23:12:19.238Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26822024-08-27T23:12:19.274Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26832024-08-27T23:12:19.485Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26842024-08-27T23:12:19.753Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26852024-08-27T23:12:19.793Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26862024-08-27T23:12:19.894Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26872024-08-27T23:12:20.521Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26882024-08-27T23:12:21.805Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26892024-08-27T23:12:23.890Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26902024-08-27T23:12:25.339Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26912024-08-27T23:12:26.453Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26922024-08-27T23:12:27.216Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26932024-08-27T23:12:27.556Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26942024-08-27T23:12:28.168Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26952024-08-27T23:12:28.769Z Compiling russh v0.44.1
26962024-08-27T23:12:29.912Z Compiling dhcproto v0.12.0
26972024-08-27T23:12:32.957Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26982024-08-27T23:12:33.358Z Compiling internet-checksum v0.2.1
26992024-08-27T23:12:36.867Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27002024-08-27T23:12:36.963Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27012024-08-27T23:12:37.207Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27022024-08-27T23:12:37.431Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27032024-08-27T23:12:40.082Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27042024-08-27T23:12:40.229Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052024-08-27T23:12:40.412Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27062024-08-27T23:12:40.726Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27072024-08-27T23:12:41.172Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27082024-08-27T23:12:42.124Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27092024-08-27T23:12:43.370Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27102024-08-27T23:12:44.447Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27112024-08-27T23:12:44.761Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27122024-08-27T23:12:44.981Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27132024-08-27T23:12:46.869Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27142024-08-27T23:12:47.268Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27152024-08-27T23:12:49.884Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27162024-08-27T23:12:50.336Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172024-08-27T23:12:51.032Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27182024-08-27T23:12:53.723Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192024-08-27T23:12:54.867Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27202024-08-27T23:13:00.727Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27212024-08-27T23:13:07.483Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27222024-08-27T23:13:07.486Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232024-08-27T23:13:09.286Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27242024-08-27T23:13:27.076Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27252024-08-27T23:13:57.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
27262024-08-27T23:13:57.216Z
27272024-08-27T23:13:57.216Zreal 2:32.941293842
27282024-08-27T23:13:57.216Zuser 12:48.055291496
27292024-08-27T23:13:57.216Zsys 2:40.509908970
27302024-08-27T23:13:57.218Ztrap 0.355940387
27312024-08-27T23:13:57.218Ztflt 1.390787592
27322024-08-27T23:13:57.218Zdflt 1.606957875
27332024-08-27T23:13:57.218Zkflt 0.000032945
27342024-08-27T23:13:57.218Zlock 26:30.291968778
27352024-08-27T23:13:57.218Zslp 47:33.813770821
27362024-08-27T23:13:57.219Zlat 39.501537917
27372024-08-27T23:13:57.219Zstop 1:32.976573826
27382024-08-27T23:13:57.219Z+ mkdir tests
27392024-08-27T23:13:57.221Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27402024-08-27T23:13:57.221Z+ xargs -I '{}' -t cp '{}' tests/
27412024-08-27T23:13:57.258Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a231b1f84f8aa930 tests/
27422024-08-27T23:13:57.284Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7a51db866fd7bce9 tests/
27432024-08-27T23:13:57.311Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4cdfcb786add3b48 tests/
27442024-08-27T23:13:57.335Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-45cc2d6a4ea066e4 tests/
27452024-08-27T23:13:57.544Z+ files=(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/*)
27462024-08-27T23:13:57.546Z+ ptime -m tar cvzf /work/package.tar.gz 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-4cdfcb786add3b48 tests/commtest-7a51db866fd7bce9 tests/dhcp_server-a231b1f84f8aa930 tests/end_to_end_tests-45cc2d6a4ea066e4 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
27472024-08-27T23:15:01.448ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27482024-08-27T23:15:01.449Za out/target/test 1K
27492024-08-27T23:15:01.449Za out/npuzone/npuzone 23144K
27502024-08-27T23:15:01.449Za package-manifest.toml 32K
27512024-08-27T23:15:01.449Za smf/sled-agent/non-gimlet/config.toml 4K
27522024-08-27T23:15:01.449Za target/release/omicron-package 32294K
27532024-08-27T23:15:01.449Za target/release/xtask 11972K
27542024-08-27T23:15:01.449Za target/debug/bootstrap 191481K
27552024-08-27T23:15:01.449Za tests/bootstrap-4cdfcb786add3b48 23739K
27562024-08-27T23:15:01.449Za tests/commtest-7a51db866fd7bce9 23966K
27572024-08-27T23:15:01.449Za tests/dhcp_server-a231b1f84f8aa930 23739K
27582024-08-27T23:15:01.449Za tests/end_to_end_tests-45cc2d6a4ea066e4 204368K
27592024-08-27T23:15:01.449Za out/clickhouse.tar.gz 232378K
27602024-08-27T23:15:01.449Za out/clickhouse_keeper.tar.gz 232367K
27612024-08-27T23:15:01.449Za out/clickhouse_server.tar.gz 232361K
27622024-08-27T23:15:01.449Za out/cockroachdb.tar.gz 131900K
27632024-08-27T23:15:01.449Za out/crucible-dtrace.tar 84K
27642024-08-27T23:15:01.449Za out/crucible-pantry-zone.tar.gz 27826K
27652024-08-27T23:15:01.449Za out/crucible-zone.tar.gz 38152K
27662024-08-27T23:15:01.449Za out/external-dns.tar.gz 24886K
27672024-08-27T23:15:01.449Za out/internal-dns.tar.gz 24885K
27682024-08-27T23:15:01.449Za out/mg-ddm-gz.tar 62160K
27692024-08-27T23:15:01.449Za out/nexus.tar.gz 89877K
27702024-08-27T23:15:01.449Za out/ntp.tar.gz 8976K
27712024-08-27T23:15:01.449Za out/omicron-gateway-softnpu.tar.gz 20599K
27722024-08-27T23:15:01.449Za out/omicron-sled-agent.tar 97597K
27732024-08-27T23:15:01.449Za out/overlay.tar.gz 3K
27742024-08-27T23:15:01.449Za out/oximeter.tar.gz 42182K
27752024-08-27T23:15:01.449Za out/oxlog.tar 2946K
27762024-08-27T23:15:01.449Za out/probe.tar.gz 2764K
27772024-08-27T23:15:01.449Za out/propolis-server.tar.gz 65291K
27782024-08-27T23:15:01.449Za out/pumpkind-gz.tar 26665K
27792024-08-27T23:15:01.449Za out/switch-softnpu.tar.gz 214502K
27802024-08-27T23:15:01.452Z
27812024-08-27T23:15:01.452Zreal 1:03.893654790
27822024-08-27T23:15:01.452Zuser 1:00.990439847
27832024-08-27T23:15:01.452Zsys 4.061282954
27842024-08-27T23:15:01.452Ztrap 0.015520361
27852024-08-27T23:15:01.452Ztflt 0.000000000
27862024-08-27T23:15:01.452Zdflt 0.000000000
27872024-08-27T23:15:01.452Zkflt 0.000000000
27882024-08-27T23:15:01.452Zlock 0.000000000
27892024-08-27T23:15:01.452Zslp 1:00.903334386
27902024-08-27T23:15:01.452Zlat 1.810836818
27912024-08-27T23:15:01.452Zstop 0.000198203
27922024-08-27T23:15:01.454Zprocess exited: duration 1746896 ms, exit code 0
 
27932024-08-27T23:15:01.531Zfound 1 output files
27942024-08-27T23:15:01.531Zuploading: /work/package.tar.gz (1621056648 bytes)
27952024-08-27T23:15:33.426Zuploaded: /work/package.tar.gz